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

Unified Diff: sky/engine/web/WebViewImpl.h

Issue 758843004: Delete most of rendering/compositing. (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
Index: sky/engine/web/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 91b3c05e75383b98ed9f045071ad8c361cde67ff..712a8d0b5e7cab260d60322fcd5fd121e1ae22b5 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -56,7 +56,6 @@ namespace blink {
class Frame;
class LinkHighlight;
-class RenderLayerCompositor;
class UserGestureToken;
class WebActiveGestureAnimation;
class WebLocalFrameImpl;
@@ -176,8 +175,6 @@ public:
Color baseBackgroundColor() const { return m_baseBackgroundColor; }
- void setOverlayLayer(GraphicsLayer*);
-
const WebPoint& lastMouseDownPoint() const
{
return m_lastMouseDownPoint;
@@ -248,7 +245,6 @@ public:
GraphicsLayer* rootGraphicsLayer();
void setRootGraphicsLayer(GraphicsLayer*);
GraphicsLayerFactory* graphicsLayerFactory() const;
- RenderLayerCompositor* compositor() const;
void scheduleAnimation();
virtual void setVisibilityState(WebPageVisibilityState, bool) override;

Powered by Google App Engine
This is Rietveld 408576698