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

Unified Diff: sky/engine/public/platform/WebLayer.h

Issue 731863003: Remove CSSCompositing (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: preland 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/platform/graphics/GraphicsLayer.cpp ('k') | sky/viewer/cc/web_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebLayer.h
diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
index 471c03b565ec6b6defb92b4c4f8ef09248ef7576..1c444e14ccd3e0fbf060e647fefab2b54fe07f70 100644
--- a/sky/engine/public/platform/WebLayer.h
+++ b/sky/engine/public/platform/WebLayer.h
@@ -84,9 +84,6 @@ public:
virtual void setBlendMode(WebBlendMode) = 0;
virtual WebBlendMode blendMode() const = 0;
- virtual void setIsRootForIsolatedGroup(bool) = 0;
- virtual bool isRootForIsolatedGroup() = 0;
-
virtual void setOpaque(bool) = 0;
virtual bool opaque() const = 0;
« no previous file with comments | « sky/engine/platform/graphics/GraphicsLayer.cpp ('k') | sky/viewer/cc/web_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698