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

Unified Diff: Source/WebKit/chromium/public/WebSettings.h

Issue 14089009: Change long press behavior when touch text selection is enabled: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch Created 7 years, 8 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: Source/WebKit/chromium/public/WebSettings.h
diff --git a/Source/WebKit/chromium/public/WebSettings.h b/Source/WebKit/chromium/public/WebSettings.h
index a1da0c751d7c8dc6c755d9865a631b98689d18ef..4de5ab16b437d1a9bd1d5e8803b6ad7f493cb0e0 100644
--- a/Source/WebKit/chromium/public/WebSettings.h
+++ b/Source/WebKit/chromium/public/WebSettings.h
@@ -53,6 +53,7 @@ public:
};
virtual bool scrollAnimatorEnabled() const = 0;
+ virtual bool touchEditingEnabled() const = 0;
virtual bool viewportEnabled() const = 0;
virtual void setAccelerated2dCanvasEnabled(bool) = 0;
virtual void setAcceleratedCompositingEnabled(bool) = 0;
@@ -160,6 +161,7 @@ public:
virtual void setTextDirectionSubmenuInclusionBehaviorNeverIncluded() = 0;
virtual void setThreadedHTMLParser(bool) = 0;
virtual void setTouchDragDropEnabled(bool) = 0;
+ virtual void setTouchEditingEnabled(bool) = 0;
virtual void setUnifiedTextCheckerEnabled(bool) = 0;
virtual void setUnsafePluginPastingEnabled(bool) = 0;
virtual void setUserStyleSheetLocation(const WebURL&) = 0;
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/resources/drag-inside-iframe2.html ('k') | Source/WebKit/chromium/src/WebSettingsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698