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

Unified Diff: sky/engine/platform/graphics/CompositingReasons.cpp

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.h ('k') | sky/engine/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/CompositingReasons.cpp
diff --git a/sky/engine/platform/graphics/CompositingReasons.cpp b/sky/engine/platform/graphics/CompositingReasons.cpp
index 8f5321decd6c3f2af5f506e6a3d06c0d2620aadd..0faeab860a4bc536964d127af6945ad474e50583 100644
--- a/sky/engine/platform/graphics/CompositingReasons.cpp
+++ b/sky/engine/platform/graphics/CompositingReasons.cpp
@@ -91,9 +91,6 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonFilterWithCompositedDescendants,
"filterWithCompositedDescendants",
"Has a filter effect that needs to be known by compositor because of composited descendants" },
- { CompositingReasonBlendingWithCompositedDescendants,
- "blendingWithCompositedDescendants",
- "Has a blenidng effect that needs to be known by compositor because of composited descendants" },
{ CompositingReasonClipsCompositingDescendants,
"clipsCompositingDescendants",
"Has a clip that needs to be known by compositor because of composited descendants" },
@@ -103,9 +100,6 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonPreserve3DWith3DDescendants,
"preserve3DWith3DDescendants",
"Has a preserves-3d property that needs to be known by compositor because of 3d descendants" },
- { CompositingReasonIsolateCompositedDescendants,
- "isolateCompositedDescendants",
- "Should isolate descendants to apply a blend effect" },
{ CompositingReasonRoot,
"root",
"Is the root layer" },
« no previous file with comments | « sky/engine/platform/graphics/CompositingReasons.h ('k') | sky/engine/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698