Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Unified Diff: cc/test/gpu_rasterization_enabled_settings.h

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: fix win clang build Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/fake_compositor_frame_sink.h ('k') | cc/test/layer_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/gpu_rasterization_enabled_settings.h
diff --git a/cc/test/gpu_rasterization_enabled_settings.h b/cc/test/gpu_rasterization_enabled_settings.h
deleted file mode 100644
index 390fc0922c0926c8f7869178b63429c5d64d9b49..0000000000000000000000000000000000000000
--- a/cc/test/gpu_rasterization_enabled_settings.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CC_TEST_GPU_RASTERIZATION_ENABLED_SETTINGS_H_
-#define CC_TEST_GPU_RASTERIZATION_ENABLED_SETTINGS_H_
-
-#include "cc/trees/layer_tree_settings.h"
-
-namespace cc {
-
-class GpuRasterizationEnabledSettings : public LayerTreeSettings {
- public:
- GpuRasterizationEnabledSettings() {
- gpu_rasterization_enabled = true;
- }
-};
-
-} // namespace cc
-
-#endif // CC_TEST_GPU_RASTERIZATION_ENABLED_SETTINGS_H_
« no previous file with comments | « cc/test/fake_compositor_frame_sink.h ('k') | cc/test/layer_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698