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

Unified Diff: cc/test/layer_test_common.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/gpu_rasterization_enabled_settings.h ('k') | cc/test/layer_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_test_common.h
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
index 57d64d0cdd4572eb1729256d6ca5e108a07bfb93..3a535651bf92229cb9c5980b989414d30e2293eb 100644
--- a/cc/test/layer_test_common.h
+++ b/cc/test/layer_test_common.h
@@ -54,7 +54,11 @@ class LayerTestCommon {
class LayerImplTest {
public:
LayerImplTest();
+ explicit LayerImplTest(
+ std::unique_ptr<CompositorFrameSink> compositor_frame_sink);
explicit LayerImplTest(const LayerTreeSettings& settings);
+ LayerImplTest(const LayerTreeSettings& settings,
+ std::unique_ptr<CompositorFrameSink> compositor_frame_sink);
~LayerImplTest();
template <typename T>
« no previous file with comments | « cc/test/gpu_rasterization_enabled_settings.h ('k') | cc/test/layer_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698