summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_tree_host.h')
-rw-r--r--cc/layer_tree_host.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 51ae3d7..95766e3 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -85,7 +85,7 @@ public:
// LayerTreeHost interface to Proxy.
void willBeginFrame() { m_client->willBeginFrame(); }
- void didBeginFrame() { m_client->didBeginFrame(); }
+ void didBeginFrame();
void updateAnimations(base::TimeTicks monotonicFrameBeginTime);
void didStopFlinging();
void layout();
@@ -228,6 +228,8 @@ private:
bool animateLayersRecursive(Layer* current, base::TimeTicks time);
void setAnimationEventsRecursive(const AnimationEventsVector&, Layer*, base::Time wallClockTime);
+ void setNeedsDisplayOnAllLayersRecursive(Layer* layer);
+
bool m_animating;
bool m_needsFullTreeSync;