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

Unified Diff: Source/core/rendering/CompositingState.h

Issue 88863002: Land layer squashing behind a flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed bogus asserts Created 7 years 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 | « Source/core/rendering/CompositingReasons.h ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/CompositingState.h
diff --git a/Source/core/rendering/CompositingState.h b/Source/core/rendering/CompositingState.h
index fa44ae1e3a292781aad550e21d3e0cd02ad39cf1..3873871f3042aee1d774fcb5d63deb76f8c67746 100644
--- a/Source/core/rendering/CompositingState.h
+++ b/Source/core/rendering/CompositingState.h
@@ -18,6 +18,10 @@ enum CompositingState {
HasOwnBackingButPaintsIntoAncestor = 1,
PaintsIntoOwnBacking = 2,
+
+ // In this state, the RenderLayer subtree paints into a backing that is shared by
+ // several RenderLayer subtrees.
+ PaintsIntoGroupedBacking = 3
};
} // namespace WebCore
« no previous file with comments | « Source/core/rendering/CompositingReasons.h ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698