Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1520)

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl.h

Issue 11606012: cc: Unify context losing machinery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b6e670739b8233a8fb57d42aba53f27a8495b713..07fb201ddf0ab5b39e00fd6e8096828a3611942a 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl.h
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h
@@ -54,7 +54,7 @@ public:
virtual void renderingStats(WebRenderingStats&) const OVERRIDE;
virtual void setShowFPSCounter(bool show);
virtual void setShowPaintRects(bool show);
- virtual void loseCompositorContext(int numTimes) OVERRIDE;
+ virtual void loseCompositorContext(int numTimes);
// cc::LayerTreeHostClient implementation.
virtual void willBeginFrame() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698