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 9b0ecbf2a1c71595d8ef6706aca66d381925739f..dace36c71abd81ed4385d2adaf4b586d0d84fe3d 100644 |
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl.h |
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h |
| @@ -46,6 +46,7 @@ public: |
| virtual void updateAnimations(double frameBeginTime) OVERRIDE; |
| virtual bool compositeAndReadback(void *pixels, const WebRect&) OVERRIDE; |
| virtual void finishAllRendering() OVERRIDE; |
| + virtual void setDeferCommits(bool deferCommits) OVERRIDE; |
|
jamesr
2012/10/26 19:30:40
You'll have an easier time landing patches like th
|
| virtual void renderingStats(WebRenderingStats&) const OVERRIDE; |
| virtual void setFontAtlas(SkBitmap, WebRect asciiToRectTable[128], int fontHeight) OVERRIDE; |
| virtual void loseCompositorContext(int numTimes) OVERRIDE; |