Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 5c8ba345ae1765e861540b548fdb4a18385a843f..743232eedbc0012ec558f54bb6583eb39a5f35f3 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -228,6 +228,9 @@ class ThreadProxy : public Proxy, |
CompletionEvent* |
begin_frame_sent_to_main_thread_completion_event_on_impl_thread_; |
+ // Set when there is a pending tree on a commit. |
+ base::Closure deferred_start_commit_on_impl_thread_; |
+ |
// Set when the main thread is waiting on a readback. |
ReadbackRequest* readback_request_on_impl_thread_; |