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 bf5af7e4423ffc6cb323b0dd5715ef5861b8e1c4..5e698ec0a54433e968c9b4d06916432c810c6a50 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp |
@@ -33,7 +33,7 @@ void CompositorMutableState::setOpacity(double opacity) |
const SkMatrix44& CompositorMutableState::transform() const |
{ |
- return m_mainLayer ? m_mainLayer->transform().matrix() : SkMatrix44::I(); |
+ return m_mainLayer ? m_mainLayer->Transform().matrix() : SkMatrix44::I(); |
} |
void CompositorMutableState::setTransform(const SkMatrix44& matrix) |