| Index: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| index 2ab0ec47ef7aac5088288af2e46755d4a1deb219..611c75a3f2c5ea0634dcc65023731b9887b4eaa0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| @@ -47,8 +47,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason)
|
| return "selection";
|
| case PaintInvalidationOutline:
|
| return "outline";
|
| - case PaintInvalidationLayer:
|
| - return "layer";
|
| + case PaintInvalidationSubtree:
|
| + return "subtree";
|
| case PaintInvalidationLayoutObjectInsertion:
|
| return "layoutObject insertion";
|
| case PaintInvalidationLayoutObjectRemoval:
|
|
|