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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 396753002: Removed fields/methods related to gesture tap highlight flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Synched with the latest. Created 6 years, 5 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
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 21a6c3c8a3e45056e98315523873c60c59a0e2fe..7e17a41dcb6efdf147cf1fe9a010d217457d86bc 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -48,7 +48,6 @@ WebSettingsImpl::WebSettingsImpl(Settings* settings, InspectorController* inspec
, m_showFPSCounter(false)
, m_showPaintRects(false)
, m_renderVSyncNotificationEnabled(false)
- , m_gestureTapHighlightEnabled(true)
, m_autoZoomFocusedNodeToLegibleScale(false)
, m_deferredImageDecodingEnabled(false)
, m_doubleTapToZoomEnabled(false)
@@ -657,11 +656,6 @@ void WebSettingsImpl::setNavigateOnDragDrop(bool enabled)
m_settings->setNavigateOnDragDrop(enabled);
}
-void WebSettingsImpl::setGestureTapHighlightEnabled(bool enableHighlight)
-{
- m_gestureTapHighlightEnabled = enableHighlight;
-}
-
void WebSettingsImpl::setAllowCustomScrollbarInMainFrame(bool enabled)
{
m_settings->setAllowCustomScrollbarInMainFrame(enabled);
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698