| Index: third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| index 0a1c54a0228d4bed4dedcc758084418a06f398a3..4e5c4ce771a9511de2c0de6c2f6e03e4312b698d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| @@ -40,7 +40,7 @@ void CompositorMutableState::setTransform(const SkMatrix44& matrix)
|
| {
|
| if (!m_mainLayer)
|
| return;
|
| - m_mainLayer->OnTransformAnimated(gfx::Transform(matrix));
|
| + m_mainLayer->layer_tree_impl()->property_trees()->transform_tree.OnTransformAnimated(gfx::Transform(matrix), m_mainLayer->transform_tree_index(), m_mainLayer->layer_tree_impl());
|
| m_mutation->setTransform(matrix);
|
| }
|
|
|
|
|