Index: cc/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
index 540d4e3e5a95fe221cbd639c8b45d7ad20e364fc..b43c26f8542077031e3d2301eb61868a3404344e 100644 |
--- a/cc/layer_impl.h |
+++ b/cc/layer_impl.h |
@@ -216,7 +216,7 @@ public: |
void setScrollDelta(const gfx::Vector2dF&); |
const gfx::Transform& implTransform() const { return m_implTransform; } |
- void setImplTransform(const gfx::Transform& transform); |
+ virtual void setImplTransform(const gfx::Transform& transform); |
const gfx::Vector2d& sentScrollDelta() const { return m_sentScrollDelta; } |
void setSentScrollDelta(const gfx::Vector2d& sentScrollDelta); |