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

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

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Only get prefix and no capitalization. Created 3 years, 11 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/core/input/MouseEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.cpp b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
index da2fdc0a8a78bdcbc0a56a3daa86e3d5103e630e..d84acf00280e6d281215ce4200b0726d8bd3121a 100644
--- a/third_party/WebKit/Source/core/input/MouseEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
@@ -638,7 +638,7 @@ void MouseEventManager::updateSelectionForMouseDrag() {
bool MouseEventManager::handleDragDropIfPossible(
const GestureEventWithHitTestResults& targetedEvent) {
- if (m_frame->settings() && m_frame->settings()->touchDragDropEnabled() &&
+ if (m_frame->settings() && m_frame->settings()->getTouchDragDropEnabled() &&
m_frame->view()) {
const WebGestureEvent& gestureEvent = targetedEvent.event();
unsigned modifiers = gestureEvent.modifiers;

Powered by Google App Engine
This is Rietveld 408576698