Index: Source/core/paint/PaintPhase.cpp |
diff --git a/Source/core/paint/PaintPhase.cpp b/Source/core/paint/PaintPhase.cpp |
index 9c88ad90994c7dbcbcc6feca759b35f61e20d3b4..b65cd7d7f556ab3b62d5f88db9bad76eb83d45d1 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 = GlobalPaintNoFlag; |
+ |
} // namespace blink |