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

Unified Diff: sky/engine/core/page/ChromeClient.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/core/loader/EmptyClients.h ('k') | sky/engine/core/rendering/RenderLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/ChromeClient.h
diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
index d913e0141c7ddf8d7865e09304c1229b65728add..802d014fe515d9608c37728435357fb824c9168c 100644
--- a/sky/engine/core/page/ChromeClient.h
+++ b/sky/engine/core/page/ChromeClient.h
@@ -99,12 +99,6 @@ public:
virtual void setToolTip(const String&, TextDirection) = 0;
- // Allows ports to customize the type of graphics layers created by this page.
- virtual GraphicsLayerFactory* graphicsLayerFactory() const { return 0; }
-
- // Pass 0 as the GraphicsLayer to detatch the root layer.
- virtual void attachRootGraphicsLayer(GraphicsLayer*) = 0;
-
virtual void setTouchAction(TouchAction) = 0;
virtual String acceptLanguages() = 0;
« no previous file with comments | « sky/engine/core/loader/EmptyClients.h ('k') | sky/engine/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698