chromium/cc/tiles/tile_manager_settings.h

// Copyright 2017 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_TILE_MANAGER_SETTINGS_H_
#define CC_TILES_TILE_MANAGER_SETTINGS_H_

#include "cc/cc_export.h"

namespace cc {

struct CC_EXPORT TileManagerSettings {};

}  // namespace cc

#endif  // CC_TILES_TILE_MANAGER_SETTINGS_H_