Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index d8f47480aaa01fd5a114a05209cd5f6f5733a735..bdb9f471074aad6ba3aa483fccd58afc2eddbd4e 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -183,6 +183,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
bool MainFrameWillHappenForTesting() override; |
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override; |
void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override; |
+ void RecreateOutputSurfaceBuffers() override; |
// LayerTreeHostImplClient implementation |
void UpdateRendererCapabilitiesOnImplThread() override; |