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

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

Issue 763013002: Get rid of the remaining uses of GraphicsLayer. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix diff 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/web/LinkHighlight.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 712a8d0b5e7cab260d60322fcd5fd121e1ae22b5..a5d33e54bb834528693919101e6add3eba2ea19c 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -242,9 +242,6 @@ public:
return m_currentInputEvent;
}
- GraphicsLayer* rootGraphicsLayer();
- void setRootGraphicsLayer(GraphicsLayer*);
- GraphicsLayerFactory* graphicsLayerFactory() const;
void scheduleAnimation();
virtual void setVisibilityState(WebPageVisibilityState, bool) override;
@@ -400,9 +397,6 @@ private:
IntRect m_rootLayerScrollDamage;
WebLayer* m_rootLayer;
- GraphicsLayer* m_rootGraphicsLayer;
- GraphicsLayer* m_rootTransformLayer;
- OwnPtr<GraphicsLayerFactory> m_graphicsLayerFactory;
bool m_matchesHeuristicsForGpuRasterization;
// If true, the graphics context is being restored.
bool m_recreatingGraphicsContext;
« no previous file with comments | « sky/engine/web/LinkHighlight.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698