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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2729683002: Handle resize in PaintPropertyTreeBuilder::updateForObjectSizeAndLocation() (Closed)
Patch Set: Fix a typo (ScrollbarWithChange -> ScrollbarWidthChange) Created 3 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: third_party/WebKit/Source/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 80477b8f55d22c16c64ebf20129a914dd58133cb..36188b00da7e9721ed6c2e7bccb5e7199ff1f30e 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -2619,6 +2619,10 @@ void FrameView::scrollbarVisibilityChanged() {
viewItem.clearHitTestCache();
}
+void FrameView::scrollbarFrameRectChanged() {
+ setNeedsPaintPropertyUpdate();
+}
+
IntRect FrameView::scrollableAreaBoundingBox() const {
LayoutPartItem ownerLayoutItem = frame().ownerLayoutItem();
if (ownerLayoutItem.isNull())
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.h ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698