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

Unified Diff: Source/core/frame/FrameView.h

Issue 503583002: Fixed Inconsistent behaviour of custom-scrollbar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed review comments Created 6 years, 1 month 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/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index f2e56f68f001f9a35704c170439738442bf3cef0..9b3764761bbc65f020a3d4041c4c4af9ba681a07 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -595,7 +595,7 @@ private:
void contentRectangleForPaintInvalidation(const IntRect&);
virtual void contentsResized() override;
- void scrollbarExistenceDidChange();
+ void scrollbarNeedsLayout();
// Override Widget methods to do point conversion via renderers, in order to
// take transforms into account.
« no previous file with comments | « LayoutTests/scrollbars/custom-scrollbar-thickness-change-on-zoom-crash-expected.txt ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698