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

Unified Diff: third_party/WebKit/Source/core/input/GestureManager.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Capitalize the prefix. Created 4 years 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/core/input/GestureManager.cpp
diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
index 85758a1115164390e24363e82e510c99a160a60a..04f8e01b6a808641bf9844b8e2b173de080004ae 100644
--- a/third_party/WebKit/Source/core/input/GestureManager.cpp
+++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
@@ -375,7 +375,7 @@ WebInputEventResult GestureManager::sendContextMenuEventForGesture(
}
PlatformEvent::EventType eventType = PlatformEvent::MousePressed;
- if (m_frame->settings() && m_frame->settings()->showContextMenuOnMouseUp())
+ if (m_frame->settings() && m_frame->settings()->GetShowContextMenuOnMouseUp())
eventType = PlatformEvent::MouseReleased;
PlatformMouseEvent mouseEvent(

Powered by Google App Engine
This is Rietveld 408576698