| 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
|
|
|