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"
12 class GpuRasterizationEnabledSettings
: public LayerTreeSettings
{
14 GpuRasterizationEnabledSettings() {
15 impl_side_painting
= true;
16 gpu_rasterization_enabled
= true;
22 #endif // CC_TEST_GPU_RASTERIZATION_ENABLED_SETTINGS_H_