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

Unified Diff: Source/platform/graphics/CompositingReasons.cpp

Issue 1060973003: compositor-worker: Force elements to grow a layer when a CompositorProxy is created. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tot-merge Created 5 years, 8 months 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/platform/graphics/CompositingReasons.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/CompositingReasons.cpp
diff --git a/Source/platform/graphics/CompositingReasons.cpp b/Source/platform/graphics/CompositingReasons.cpp
index 742d89041ba90f0b684638636574d0b287b52fde..f64fa8d54b0713d6ba9e7ca968c2da087348047b 100644
--- a/Source/platform/graphics/CompositingReasons.cpp
+++ b/Source/platform/graphics/CompositingReasons.cpp
@@ -58,6 +58,9 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonScrollBlocksOn,
"scrollBlocksOn",
"Has a CSS scroll-blocks-on value other than none" },
+ { CompositingReasonCompositorProxy,
+ "compositorProxy",
+ "Has a CompositorProxy object" },
{ CompositingReasonAssumedOverlap,
"assumedOverlap",
"Might overlap other composited content" },
« no previous file with comments | « Source/platform/graphics/CompositingReasons.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698