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

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

Issue 1224893004: Turn FrameView's paintBehavior into a real global (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed unused variable warning. Created 5 years, 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698