Index: Source/core/paint/PaintPhase.cpp |
diff --git a/Source/core/paint/PaintPhase.cpp b/Source/core/paint/PaintPhase.cpp |
index 9c88ad90994c7dbcbcc6feca759b35f61e20d3b4..44240ed63890d6d1e3513aea02d9497e35adcea5 100644 |
--- a/Source/core/paint/PaintPhase.cpp |
+++ b/Source/core/paint/PaintPhase.cpp |
@@ -13,4 +13,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"); |
+GlobalPaintFlags gGlobalPaintFlags = GlobalPaintNormalPhase; |
+ |
} // namespace blink |