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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 406053002: Remove setting for disabling cc touch hit testing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 7838cc9511ffedb1bd6275258aca0ec202d159bd..11696f067e90afac40d490c7197950048798c2e8 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -74,7 +74,6 @@ public:
virtual void setCaretBrowsingEnabled(bool) OVERRIDE;
virtual void setClobberUserAgentInitialScaleQuirk(bool) OVERRIDE;
virtual void setCompositedScrollingForFramesEnabled(bool) OVERRIDE;
- virtual void setCompositorTouchHitTesting(bool) OVERRIDE;
virtual void setContainerCullingEnabled(bool) OVERRIDE;
virtual void setCookieEnabled(bool) OVERRIDE;
virtual void setNavigateOnDragDrop(bool) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698