Chromium Code Reviews| Index: cc/CCProxy.h |
| diff --git a/cc/CCProxy.h b/cc/CCProxy.h |
| index 486c132fe124563c5313c000ad015998afd5a98e..15295678e2dbcf61d88d8c7ae27542c7217fb1f6 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; |
|
reveman
2012/09/15 01:49:05
while updating this function prototype maybe we sh
brianderson
2012/09/18 01:16:44
Don't have time right now.
|
| virtual const RendererCapabilities& rendererCapabilities() const = 0; |