| Index: third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h b/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| index 464f71c693394b5a871ab1312ebbddd00b7e92dc..261be58a2d831ecb8e09678ba120601db5085818 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h
|
| @@ -28,7 +28,7 @@ public:
|
|
|
| // Omits the type parameter, in case that the client creates only one PaintChunkProperties node during each painting.
|
| ScopedPaintChunkProperties(PaintController& paintController, const DisplayItemClient& client, const PaintChunkProperties& properties)
|
| - : ScopedPaintChunkProperties(paintController, client, DisplayItem::UninitializedType, properties)
|
| + : ScopedPaintChunkProperties(paintController, client, DisplayItem::kUninitializedType, properties)
|
| { }
|
|
|
| ~ScopedPaintChunkProperties()
|
|
|