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

Unified Diff: sky/engine/public/web/WebWidgetClient.h

Issue 762723002: Remove ENABLE(COMPOSITOR). (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/core/rendering/compositing/RenderLayerCompositor.cpp ('k') | sky/engine/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebWidgetClient.h
diff --git a/sky/engine/public/web/WebWidgetClient.h b/sky/engine/public/web/WebWidgetClient.h
index e9d37e9761333eb171df18cc49e4c8c9a4771e0b..470d3a9e3383a74c20ed18a6b778ea43c1a66b27 100644
--- a/sky/engine/public/web/WebWidgetClient.h
+++ b/sky/engine/public/web/WebWidgetClient.h
@@ -55,9 +55,7 @@ public:
virtual void didAutoResize(const WebSize& newSize) { }
// Initialize compositing for this widget.
- // Return a compositing view used for this widget owned by the
- // WebWidgetClient.
- virtual WebLayerTreeView* initializeLayerTreeView() { BLINK_ASSERT_NOT_REACHED(); return 0; }
+ virtual void initializeLayerTreeView() { BLINK_ASSERT_NOT_REACHED(); };
// Sometimes the WebWidget enters a state where it will generate a sequence
// of invalidations that should not, by themselves, trigger the compositor
« no previous file with comments | « sky/engine/core/rendering/compositing/RenderLayerCompositor.cpp ('k') | sky/engine/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698