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

Unified Diff: sky/engine/web/ChromeClientImpl.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/BUILD.gn ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/ChromeClientImpl.h
diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
index d378299abbe4f80d78fcc158e5ee8ad020aafdc6..5c2ed490e0d87484d553ffb407458ad8015dfa83 100644
--- a/sky/engine/web/ChromeClientImpl.h
+++ b/sky/engine/web/ChromeClientImpl.h
@@ -88,11 +88,6 @@ public:
virtual void setCursor(const Cursor&) override;
virtual void setTouchAction(TouchAction) override;
- virtual GraphicsLayerFactory* graphicsLayerFactory() const override;
-
- // Pass 0 as the GraphicsLayer to detatch the root layer.
- virtual void attachRootGraphicsLayer(GraphicsLayer*) override;
-
// ChromeClient methods:
virtual String acceptLanguages() override;
« no previous file with comments | « sky/engine/web/BUILD.gn ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698