Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index c89f120643a1b52b987d1fd788c603f143167439..303d2dc547bfcc3818f9381a799fd466d7f683e5 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -38,6 +38,7 @@ public: |
virtual size_t maxPartialTextureUpdates() const OVERRIDE; |
virtual void acquireLayerTextures() OVERRIDE { } |
virtual void loseOutputSurface() OVERRIDE { } |
+ virtual bool commitPendingForTesting() OVERRIDE; |
virtual RendererCapabilities& rendererCapabilities(); |
void setMaxPartialTextureUpdates(size_t); |