Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index 55e54beb6ae3228a60de54ec504edf62b89a3e36..8bb4125b81742891608019b0472cb08376b7b14c 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -109,6 +109,8 @@ class CC_EXPORT Proxy { |
virtual void SetAuthoritativeVSyncInterval( |
const base::TimeDelta& interval) = 0; |
+ virtual void RecreateOutputSurfaceBuffers() = 0; |
+ |
// Testing hooks |
virtual bool MainFrameWillHappenForTesting() = 0; |