| Index: third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
|
| index 27862f1cf54b3ccb55ca3591d38b0faf1b347d61..50018545b2934828db73051bf5f9e6f67cba3607 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
|
| @@ -145,6 +145,9 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
|
| { CompositingReasonIsolateCompositedDescendants,
|
| "isolateCompositedDescendants",
|
| "Should isolate descendants to apply a blend effect" },
|
| + { CompositingReasonPositionFixedWithCompositedDescendants,
|
| + "positionFixedWithCompositedDescendants"
|
| + "Is a position:fixed element with composited descendants" },
|
| { CompositingReasonRoot,
|
| "root",
|
| "Is the root layer" },
|
|
|