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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index fd73692..8f3087c 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -184,6 +184,7 @@ public:
void setNeedsAnimate();
// virtual for testing
virtual void setNeedsCommit();
+ virtual void setNeedsFullTreeSync();
void setNeedsRedraw();
bool commitRequested() const;
@@ -268,6 +269,7 @@ private:
bool m_animating;
bool m_needsAnimateLayers;
+ bool m_needsFullTreeSync;
base::CancelableClosure m_prepaintCallback;