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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPhase.cpp

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/core/paint/PaintPhase.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintPhase.cpp b/third_party/WebKit/Source/core/paint/PaintPhase.cpp
index 29907a3e1a2b5e83d0a9b7c3c106b19bf829465b..9698a31169a435a044204d5ee21fdf0e4db74fd0 100644
--- a/third_party/WebKit/Source/core/paint/PaintPhase.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintPhase.cpp
@@ -10,6 +10,6 @@
namespace blink {
// DisplayItem types must be kept in sync with PaintPhase.
-static_assert((unsigned)DisplayItem::PaintPhaseMax == (unsigned)PaintPhaseMax, "DisplayItem Type should stay in sync");
+static_assert((unsigned)DisplayItem::kPaintPhaseMax == (unsigned)PaintPhaseMax, "DisplayItem Type should stay in sync");
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698