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

Unified Diff: third_party/WebKit/Source/core/input/MouseEventManager.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/MouseEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.cpp b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
index d377ff2b423022d1734cdc75bcfb814c27e0beca..4f1b6c829dd42737718c49f05613e03ae5512012 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