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

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: Improved change after the reviews. Still fails on Android. 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
« no previous file with comments | « Source/core/paint/PaintPhase.h ('k') | Source/core/paint/VideoPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/paint/PaintPhase.h ('k') | Source/core/paint/VideoPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698