Chromium Code Reviews| Index: webkit/compositor_bindings/web_layer_tree_view_impl.h |
| diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.h b/webkit/compositor_bindings/web_layer_tree_view_impl.h |
| index f9b9e11286c116558652dfdec06261a0a7038be3..e3e999cb0a722ffccca3518369019a139e95cd37 100644 |
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl.h |
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h |
| @@ -47,6 +47,8 @@ public: |
| virtual bool compositeAndReadback(void *pixels, const WebRect&) OVERRIDE; |
| virtual void finishAllRendering() OVERRIDE; |
| virtual void renderingStats(WebRenderingStats&) const OVERRIDE; |
| + virtual void setShowFPSCounter(bool show); |
| + virtual bool hasFontAtlas() const; |
|
enne (OOO)
2012/10/24 18:35:27
I don't like exposing hasFontAtlas here. The call
|
| virtual void setFontAtlas(SkBitmap, WebRect asciiToRectTable[128], int fontHeight) OVERRIDE; |
| virtual void loseCompositorContext(int numTimes) OVERRIDE; |