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

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

Issue 702913002: Updating custom scrollbar style (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added new test 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 1d42d1083a411c8a56845e661d31628ff000497c..1d5b390bd45644fb019af28fd1e833cd2defec86 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -133,6 +133,7 @@ public:
void resetScrollbars();
void prepareForDetach();
void detachCustomScrollbars();
+ virtual void recalculateCustomScrollbarStyle();
rune 2014/11/06 16:44:27 Why virtual?
virtual void recalculateScrollbarOverlayStyle();
MuVen 2014/11/06 17:35:16 oops, copy paste problem. sorry i didnt notice. Th
MuVen 2014/11/06 18:49:56 Done.
void clear();

Powered by Google App Engine
This is Rietveld 408576698