| 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 5e698ec0a54433e968c9b4d06916432c810c6a50..0a1c54a0228d4bed4dedcc758084418a06f398a3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| @@ -27,7 +27,7 @@ void CompositorMutableState::setOpacity(double opacity)
|
| {
|
| if (!m_mainLayer)
|
| return;
|
| - m_mainLayer->OnOpacityAnimated(opacity);
|
| + m_mainLayer->layer_tree_impl()->property_trees()->effect_tree.OnOpacityAnimated(opacity, m_mainLayer->effect_tree_index(), m_mainLayer->layer_tree_impl());
|
| m_mutation->setOpacity(opacity);
|
| }
|
|
|
|
|