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

Unified Diff: third_party/WebKit/Source/platform/PlatformWheelEvent.h

Issue 1738623004: Rename enums/functions that collide in chromium style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-4
Patch Set: get-names-5: rebase-and-stuff Created 4 years, 10 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
Index: third_party/WebKit/Source/platform/PlatformWheelEvent.h
diff --git a/third_party/WebKit/Source/platform/PlatformWheelEvent.h b/third_party/WebKit/Source/platform/PlatformWheelEvent.h
index 80734d76b4e615647905c1d7840391c340833691..66a27a4a7eca2d26c07b3008aebf064e8827ea90 100644
--- a/third_party/WebKit/Source/platform/PlatformWheelEvent.h
+++ b/third_party/WebKit/Source/platform/PlatformWheelEvent.h
@@ -91,7 +91,7 @@ public:
bool canScroll() const { return m_canScroll; }
void setCanScroll(bool b) { m_canScroll = b; }
int resendingPluginId() const { return m_resendingPluginId; }
- RailsMode railsMode() const { return m_railsMode; }
+ RailsMode getRailsMode() const { return m_railsMode; }
#if OS(MACOSX)
PlatformWheelEventPhase phase() const { return m_phase; }
« no previous file with comments | « third_party/WebKit/Source/modules/filesystem/FileWriter.idl ('k') | third_party/WebKit/Source/platform/Prerender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698