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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutView.h

Issue 1971843002: Fix paint invalidation rect of LayoutView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/layout/LayoutView.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
index 1bf4d589b06d2890d45ca5b022e894dc3754af93..0441c819b882d8cb9a9747634e2098a4ccd319b7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.h
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h
@@ -185,6 +185,7 @@ public:
void invalidateTreeIfNeeded(const PaintInvalidationState&) final;
LayoutRect visualOverflowRect() const override;
+ LayoutRect localOverflowRectForPaintInvalidation() const override;
// Invalidates paint for the entire view, including composited descendants, but not including child frames.
// It is very likely you do not want to call this method.

Powered by Google App Engine
This is Rietveld 408576698