| 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 a6b4423b84e84025c5fdc3f6526708bc3e428d7f..0cd22a31755df92e4f5929c650f9123609a20c6e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| @@ -44,7 +44,6 @@ public:
|
| void SetLayerPropertiesForTesting(LayerImpl* layer)
|
| {
|
| layer->SetTransform(gfx::Transform());
|
| - layer->SetTransformOrigin(gfx::Point3F());
|
| layer->SetPosition(gfx::PointF());
|
| layer->SetBounds(gfx::Size(100, 100));
|
| layer->SetShouldFlattenTransform(true);
|
|
|