Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 8b9c1cf3226b5a34a445381c704b1e788f98a673..8d0fd14d621ba1f52c384d09c982a3a30fada2be 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -167,7 +167,6 @@ class CC_EXPORT LayerTreeHost { |
const RendererCapabilities& GetRendererCapabilities() const; |
- void SetNeedsAnimate(); |
virtual void SetNeedsUpdateLayers(); |
virtual void SetNeedsCommit(); |
virtual void SetNeedsFullTreeSync(); |
@@ -178,7 +177,8 @@ class CC_EXPORT LayerTreeHost { |
void SetNextCommitWaitsForActivation(); |
- void SetNextCommitForcesRedraw(); |
+ void set_next_commit_forces_redraw() { next_commit_forces_redraw_ = true; } |
+ bool next_commit_forces_redraw() { return next_commit_forces_redraw_; } |
void SetAnimationEvents(scoped_ptr<AnimationEventsVector> events, |
base::Time wall_clock_time); |