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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp

Issue 2196023002: cc: Never make a DirectRenderer in LayerTreeHostImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display-layertreetest
Patch Set: dcheck-delegating: blinktests Created 4 years, 5 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/trees/layer_tree_host_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
index 1843a39e21dce7307e235b5ae57696a4db054b06..70714bec70b41a542210adbb353d1930ace00d68 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
@@ -33,7 +33,7 @@ using cc::TestSharedBitmapManager;
class CompositorMutableStateTest : public testing::Test {
public:
CompositorMutableStateTest()
- : m_outputSurface(FakeOutputSurface::Create3d())
+ : m_outputSurface(FakeOutputSurface::CreateDelegating3d())
{
LayerTreeSettings settings;
settings.layer_transforms_should_scale_layer_contents = true;
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698