chromium/cc/trees/layer_tree_settings.cc

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

#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 {}

}  // namespace cc