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

Unified Diff: sky/engine/core/frame/FrameView.h

Issue 768973004: Remove PaintBehavior. It's unused. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | sky/engine/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/FrameView.h
diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
index 349491a99c171423d52105e899dcd6bd8a41163d..da83d916b4fa2f950a32cba0e91f7041c55b35f6 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -138,8 +138,6 @@ public:
void paint(GraphicsContext* context, const IntRect& rect) override;
void paintContents(GraphicsContext*, const IntRect& damageRect);
- void setPaintBehavior(PaintBehavior);
- PaintBehavior paintBehavior() const;
bool isPainting() const;
bool hasEverPainted() const { return m_lastPaintTime; }
void setNodeToDraw(Node*);
@@ -284,7 +282,6 @@ private:
Vector<IntRect> m_trackedPaintInvalidationRects;
RefPtr<Node> m_nodeToDraw;
- PaintBehavior m_paintBehavior;
bool m_isPainting;
OwnPtr<ScrollableAreaSet> m_scrollableAreas;
« no previous file with comments | « no previous file | sky/engine/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698