Chromium Code Reviews| Index: cc/CCProxy.h |
| diff --git a/cc/CCProxy.h b/cc/CCProxy.h |
| index b4184411947ddb9bb3a53e9dda58df29a89f226b..a79843d6edc268f013b1748e639a5d12e7c53566 100644 |
| --- a/cc/CCProxy.h |
| +++ b/cc/CCProxy.h |
| @@ -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 |