| 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 42d4a49c6848ceb8e914d647cc2d960bd3a465bf..7d8d0e2c5d69914f49f6f1b989e1d80a3a3bb953 100644
|
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| @@ -49,6 +49,10 @@ public:
|
| virtual void finishAllRendering() OVERRIDE;
|
| virtual void setDeferCommits(bool deferCommits) OVERRIDE;
|
| virtual void renderingStats(WebRenderingStats&) const OVERRIDE;
|
| +#ifdef RENDERING_STATS_SUBSCRIBER
|
| + virtual void startRecordingRenderingStats() const OVERRIDE { }
|
| + virtual void stopRecordingRenderingStats(WebRenderingStats& stats) const OVERRIDE { }
|
| +#endif // RENDERING_STATS_SUBSCRIBER
|
| virtual void setFontAtlas(SkBitmap, WebRect asciiToRectTable[128], int fontHeight);
|
| virtual void setFontAtlas(WebRect asciiToRectTable[128], const SkBitmap&, int fontHeight);
|
| virtual void loseCompositorContext(int numTimes) OVERRIDE;
|
|
|