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

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

Issue 803863003: Delete paint invalidation rect tracking. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | 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 da83d916b4fa2f950a32cba0e91f7041c55b35f6..8ba2dc818a4a3a9caf9882a696d44ffa2c342a82 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -164,12 +164,6 @@ public:
// FIXME: Remove this method once plugin loading is decoupled from layout.
void flushAnyPendingPostLayoutTasks();
- void setTracksPaintInvalidations(bool);
- bool isTrackingPaintInvalidations() const { return m_isTrackingPaintInvalidations; }
- void resetTrackedPaintInvalidations();
-
- String trackedPaintInvalidationRectsAsText() const;
-
typedef HashSet<ScrollableArea*> ScrollableAreaSet;
void addScrollableArea(ScrollableArea*);
void removeScrollableArea(ScrollableArea*);
@@ -278,9 +272,6 @@ private:
double m_lastPaintTime;
- bool m_isTrackingPaintInvalidations; // Used for testing.
- Vector<IntRect> m_trackedPaintInvalidationRects;
-
RefPtr<Node> m_nodeToDraw;
bool m_isPainting;
« 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