Chromium Code Reviews| Index: webkit/compositor_bindings/WebLayerTreeViewImpl.h |
| diff --git a/webkit/compositor_bindings/WebLayerTreeViewImpl.h b/webkit/compositor_bindings/WebLayerTreeViewImpl.h |
| index f9b9e11286c116558652dfdec06261a0a7038be3..0275868bc4b125b4fdf65d9ddcea6f15c2fa0a7a 100644 |
| --- a/webkit/compositor_bindings/WebLayerTreeViewImpl.h |
| +++ b/webkit/compositor_bindings/WebLayerTreeViewImpl.h |
| @@ -49,6 +49,7 @@ public: |
| virtual void renderingStats(WebRenderingStats&) const OVERRIDE; |
| virtual void setFontAtlas(SkBitmap, WebRect asciiToRectTable[128], int fontHeight) OVERRIDE; |
| virtual void loseCompositorContext(int numTimes) OVERRIDE; |
| + virtual void setShowFPSCounter(bool show) OVERRIDE; |
|
brianderson
2012/10/18 00:13:21
Is this part of the WebLayerTreeView class?
egraether
2012/10/18 15:56:30
Yes, it's in the WebKit patch: https://bugs.webkit
|
| // cc::CCLayerTreeHostClient implementation. |
| virtual void willBeginFrame() OVERRIDE; |