Create an initial chrome://supervised-user-internals page
[chromium-blink-merge.git] / cc / test / gpu_rasterization_enabled_settings.h
blob390fc0922c0926c8f7869178b63429c5d64d9b49
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CC_TEST_GPU_RASTERIZATION_ENABLED_SETTINGS_H_
6 #define CC_TEST_GPU_RASTERIZATION_ENABLED_SETTINGS_H_
8 #include "cc/trees/layer_tree_settings.h"
10 namespace cc {
12 class GpuRasterizationEnabledSettings : public LayerTreeSettings {
13 public:
14 GpuRasterizationEnabledSettings() {
15 gpu_rasterization_enabled = true;
19 } // namespace cc
21 #endif // CC_TEST_GPU_RASTERIZATION_ENABLED_SETTINGS_H_