#include "cc/trees/layer_tree_settings.h"
#include <string>
#include "base/feature_list.h"
#include "cc/base/features.h"
#include "components/viz/common/resources/platform_color.h"
#include "third_party/khronos/GLES2/gl2.h"
namespace cc {
LayerTreeSettings::LayerTreeSettings()
: … { … }
LayerTreeSettings::LayerTreeSettings(const LayerTreeSettings& other) = default;
LayerTreeSettings::~LayerTreeSettings() = default;
bool LayerTreeSettings::UseLayerContextForDisplay() const { … }
SchedulerSettings LayerTreeSettings::ToSchedulerSettings() const { … }
TileManagerSettings LayerTreeSettings::ToTileManagerSettings() const { … }
}