Index: cc/CCProxy.h |
diff --git a/cc/CCProxy.h b/cc/CCProxy.h |
index 486c132fe124563c5313c000ad015998afd5a98e..89ad32687786450193e097ab3ca629fe44673da9 100644 |
--- a/cc/CCProxy.h |
+++ b/cc/CCProxy.h |
@@ -58,7 +58,7 @@ public: |
// reinitialized. |
virtual bool recreateContext() = 0; |
- virtual void implSideRenderingStats(CCRenderingStats&) = 0; |
+ virtual void renderingStats(CCRenderingStats&) = 0; |
virtual const RendererCapabilities& rendererCapabilities() const = 0; |
@@ -77,9 +77,6 @@ public: |
// process. |
virtual void forceSerializeOnSwapBuffers() = 0; |
- // Maximum number of sub-region texture updates supported for each commit. |
- virtual size_t maxPartialTextureUpdates() const = 0; |
- |
virtual void acquireLayerTextures() = 0; |
// Debug hooks |