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

Unified Diff: sky/engine/platform/graphics/GraphicsLayer.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/CompositingReasons.cpp ('k') | sky/engine/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/GraphicsLayer.h
diff --git a/sky/engine/platform/graphics/GraphicsLayer.h b/sky/engine/platform/graphics/GraphicsLayer.h
index 6c2388b257f88194e3e1ca000711220526644e4a..42a898899a6858462a887702b13b1ff6501a6439 100644
--- a/sky/engine/platform/graphics/GraphicsLayer.h
+++ b/sky/engine/platform/graphics/GraphicsLayer.h
@@ -165,7 +165,6 @@ public:
void setOpacity(float);
void setBlendMode(WebBlendMode);
- void setIsRootForIsolatedGroup(bool);
void setFilters(const FilterOperations&);
@@ -290,7 +289,6 @@ private:
bool m_masksToBounds : 1;
bool m_drawsContent : 1;
bool m_contentsVisible : 1;
- bool m_isRootForIsolatedGroup : 1;
bool m_hasScrollParent : 1;
bool m_hasClipParent : 1;
« no previous file with comments | « sky/engine/platform/graphics/CompositingReasons.cpp ('k') | sky/engine/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698