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

Unified Diff: Source/WebCore/platform/PlatformWheelEvent.h

Issue 12817006: Merge 144519 "EventHandler::handleGestureScrollUpdate() should i..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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 | « Source/WebCore/page/EventHandler.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/PlatformWheelEvent.h
===================================================================
--- Source/WebCore/platform/PlatformWheelEvent.h (revision 145820)
+++ Source/WebCore/platform/PlatformWheelEvent.h (working copy)
@@ -157,6 +157,7 @@
#if PLATFORM(MAC) || PLATFORM(CHROMIUM)
bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
+ void setHasPreciseScrollingDeltas(bool b) { m_hasPreciseScrollingDeltas = b; }
#endif
#if PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(DARWIN))
PlatformWheelEventPhase phase() const { return m_phase; }
« no previous file with comments | « Source/WebCore/page/EventHandler.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698