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

Unified Diff: Source/core/rendering/RenderView.h

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/rendering/RenderView.h
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
index b274947ee11e99eb9fe3bb35252115ab349c8045..2a5c6600671465935e39e36ed497665c472008e0 100644
--- a/Source/core/rendering/RenderView.h
+++ b/Source/core/rendering/RenderView.h
@@ -92,6 +92,7 @@ public:
void adjustViewportConstrainedOffset(LayoutRect&, ViewportConstrainedPosition) const;
void invalidatePaintForRectangle(const LayoutRect&, PaintInvalidationReason) const;
+ LayoutRect rectForPaintInvalidation(const LayoutRect* paintInvalidationRectPtr = 0) const;
void invalidatePaintForViewAndCompositedLayers();

Powered by Google App Engine
This is Rietveld 408576698