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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableArea.h

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/platform/scroll/ScrollableArea.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
index 352258227b24878b2ecb276442a0f55a88c33d9c..6c5a92464f643a060839ea2e5bb88cc2682393ef 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
@@ -373,6 +373,8 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin,
// Callback for compositor-side scrolling.
void didScroll(const gfx::ScrollOffset&) override;
+ virtual void scrollbarFrameRectChanged() {}
+
protected:
ScrollableArea();

Powered by Google App Engine
This is Rietveld 408576698