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

Unified Diff: Source/core/layout/LayoutScrollbar.h

Issue 1296033002: Fix re-layout logic in LayoutScrollbar::updateScrollbarParts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/layout/LayoutScrollbar.h
diff --git a/Source/core/layout/LayoutScrollbar.h b/Source/core/layout/LayoutScrollbar.h
index c23d0278093424ab9927013d13445bc35b25d5ee..687b83720105339130925e51138b5a366ca05ed4 100644
--- a/Source/core/layout/LayoutScrollbar.h
+++ b/Source/core/layout/LayoutScrollbar.h
@@ -45,6 +45,7 @@ public:
~LayoutScrollbar() override;
LayoutBox* owningLayoutObject() const;
+ LayoutBox* owningLayoutObjectWithinFrame() const;
IntRect buttonRect(ScrollbarPart);
IntRect trackRect(int startLength, int endLength);

Powered by Google App Engine
This is Rietveld 408576698