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 a6b4423b84e84025c5fdc3f6526708bc3e428d7f..32cf63341c0ab3b6b9ee58b32c60de3fa3f5be51 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp |
| @@ -44,7 +44,7 @@ public: |
| void SetLayerPropertiesForTesting(LayerImpl* layer) |
| { |
| layer->SetTransform(gfx::Transform()); |
| - layer->SetTransformOrigin(gfx::Point3F()); |
| + layer->test_properties()->transform_origin = gfx::Point3F(); |
|
ajuma
2016/04/20 22:01:12
Perhaps this line can be removed altogether? (Thes
jaydasika
2016/04/20 22:05:43
Done.
|
| layer->SetPosition(gfx::PointF()); |
| layer->SetBounds(gfx::Size(100, 100)); |
| layer->SetShouldFlattenTransform(true); |