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

Unified Diff: public/web/WebSettings.h

Issue 25507008: Add setting for disabling compositor touch hit testing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Disable hit testing setting - add test Created 7 years, 2 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.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index a0d48f0a0f3112b6d1968aee9a00e14fe3a2950d..2c9fd2efaea636b0c45df00537bf4a1ce90e4625 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -82,6 +82,7 @@ public:
virtual void setAuthorAndUserStylesEnabled(bool) = 0;
virtual void setCaretBrowsingEnabled(bool) = 0;
virtual void setCompositedScrollingForFramesEnabled(bool) = 0;
+ virtual void setCompositorTouchHitTesting(bool) = 0;
virtual void setCookieEnabled(bool) = 0;
virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
virtual void setDNSPrefetchingEnabled(bool) = 0;
« no previous file with comments | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698