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

Unified Diff: WebCore/platform/ScrollAnimator.h

Issue 3305022: Merge 67052 - Not reviewed, layout test fix.... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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 | « WebCore/ChangeLog ('k') | WebCore/platform/ScrollAnimator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/platform/ScrollAnimator.h
===================================================================
--- WebCore/platform/ScrollAnimator.h (revision 67052)
+++ WebCore/platform/ScrollAnimator.h (working copy)
@@ -41,8 +41,8 @@
public:
static ScrollAnimator* create(ScrollbarClient*);
- ScrollAnimator(ScrollbarClient* client) : m_client(client) { }
- virtual ~ScrollAnimator() { }
+ ScrollAnimator(ScrollbarClient* client);
+ virtual ~ScrollAnimator();
// Computes a scroll destination for the given parameters. Returns false if
// already at the destination. Otherwise, starts scrolling towards the
« no previous file with comments | « WebCore/ChangeLog ('k') | WebCore/platform/ScrollAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698