chromium/cc/tiles/mipmap_util.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CC_TILES_MIPMAP_UTIL_H_
#define CC_TILES_MIPMAP_UTIL_H_

#include "cc/cc_export.h"
#include "third_party/skia/include/core/SkSize.h"
#include "ui/gfx/geometry/skia_conversions.h"

namespace cc {

class CC_EXPORT MipMapUtil {};

}  // namespace cc

#endif  // CC_TILES_MIPMAP_UTIL_H_