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

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

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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') | Source/platform/graphics/GraphicsLayer.h » ('j') | 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 265e3988906951f46b25f463a56104f6f8816269..7161431a3ab505b4cf44493be3cbd3f53e8c9d6b 100644
--- a/Source/platform/graphics/CompositingReasons.cpp
+++ b/Source/platform/graphics/CompositingReasons.cpp
@@ -55,6 +55,9 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonWillChangeCompositingHint,
"willChange",
"Has a will-change compositing hint" },
+ { CompositingReasonTeleport,
+ "teleport",
+ "Has a teleport-animated property." },
{ CompositingReasonAssumedOverlap,
"assumedOverlap",
"Might overlap other composited content" },
« no previous file with comments | « Source/platform/graphics/CompositingReasons.h ('k') | Source/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698