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

Unified Diff: Source/core/frame/FrameView.h

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 | « no previous file | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 894ecf7fb5a0fd74c7cd7d26f6bc8900574c4c03..d689c620bd0bdb406d3586c2b1e72889c74c99d5 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -29,7 +29,6 @@
#include "core/frame/FrameViewAutoSizeInfo.h"
#include "core/frame/RootFrameViewport.h"
#include "core/layout/LayoutAnalyzer.h"
-#include "core/paint/PaintPhase.h"
#include "platform/RuntimeEnabledFeatures.h"
#include "platform/Widget.h"
#include "platform/geometry/IntRect.h"
@@ -217,8 +216,6 @@ public:
void addPartToUpdate(LayoutEmbeddedObject&);
- void setPaintBehavior(PaintBehavior);
- PaintBehavior paintBehavior() const;
void setIsPainting(bool val) { m_isPainting = val; }
bool isPainting() const;
void setLastPaintTime(double val) { m_lastPaintTime = val; }
@@ -781,7 +778,6 @@ private:
Vector<IntRect> m_trackedPaintInvalidationRects;
RefPtrWillBeMember<Node> m_nodeToDraw;
- PaintBehavior m_paintBehavior;
bool m_isPainting;
unsigned m_visuallyNonEmptyCharacterCount;
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698