Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index e9bd315784544a95fe023d5c0c07a5f3f71a993a..4e6be80a9038ac303e87275c20295fee20e7011d 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -151,6 +151,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy, |
RendererCapabilities renderer_capabilities_for_main_thread_; |
// Accessed from both threads. |
+ scoped_ptr<BeginFrameSource> external_begin_frame_source_; |
scoped_ptr<Scheduler> scheduler_on_impl_thread_; |
ProxyTimingHistory timing_history_; |