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

Unified Diff: Source/core/rendering/RenderScrollbar.h

Issue 48733005: Fix regression introduced with r159483. The RenderScrollbar's parent class had the signature of a … (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderScrollbar.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderScrollbar.h
diff --git a/Source/core/rendering/RenderScrollbar.h b/Source/core/rendering/RenderScrollbar.h
index a40ede8a80bf1a95026df51195ba154522a03e92..198140ca0615c61d783a8496d1b964122337c5c5 100644
--- a/Source/core/rendering/RenderScrollbar.h
+++ b/Source/core/rendering/RenderScrollbar.h
@@ -60,7 +60,7 @@ public:
virtual bool isOverlayScrollbar() const { return false; }
private:
- virtual void setParent(ScrollView*);
+ virtual void setParent(Widget*) OVERRIDE;
virtual void setEnabled(bool);
virtual void paint(GraphicsContext*, const IntRect& damageRect);
« no previous file with comments | « no previous file | Source/core/rendering/RenderScrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698