Chromium Code Reviews| 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 0cd22a31755df92e4f5929c650f9123609a20c6e..9fbbb1bb59cae1ed19a04f6064dc488f7489661c 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
| @@ -48,7 +48,7 @@ public: |
| layer->SetBounds(gfx::Size(100, 100)); |
| layer->SetShouldFlattenTransform(true); |
| layer->Set3dSortingContextId(0); |
| - layer->SetForceRenderSurface(true); |
| + layer->test_properties()->force_render_surface = true; |
|
ajuma
2016/04/21 23:59:14
I think this line can be deleted altogether.
jaydasika
2016/04/22 17:00:39
Done.
|
| layer->SetDrawsContent(true); |
| } |