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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/ScopedPaintChunkProperties.h

Issue 2286843002: Rename DisplayItem::Type enum constants to Chromium style. (Closed)
Patch Set: Rebasing... Created 4 years, 4 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
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()

Powered by Google App Engine
This is Rietveld 408576698