Index: cc/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
index 4b98f762668e94371f949c02e1b3e1d6d2b8b5e6..4320446f93e79bbc092a9bdc979254b0342328ba 100644 |
--- a/cc/layer_impl.h |
+++ b/cc/layer_impl.h |
@@ -60,6 +60,7 @@ public: |
// LayerAnimationValueObserver implementation. |
virtual void OnOpacityAnimated(float) OVERRIDE; |
virtual void OnTransformAnimated(const gfx::Transform&) OVERRIDE; |
+ virtual bool IsActive() const OVERRIDE; |
// Tree structure. |
LayerImpl* parent() { return m_parent; } |