| 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 c7915493016c97a437a46da55dd6aa136ea92175..0c9ed637a4b5010ff136882a69ce7ddfd031eec7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| @@ -46,7 +46,6 @@ public:
|
| layer->SetTransform(gfx::Transform());
|
| layer->SetPosition(gfx::PointF());
|
| layer->SetBounds(gfx::Size(100, 100));
|
| - layer->SetShouldFlattenTransform(true);
|
| layer->Set3dSortingContextId(0);
|
| layer->SetDrawsContent(true);
|
| }
|
|
|