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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2525973002: Remove the pointer event capturing flag (Closed)
Patch Set: Created 4 years, 1 month 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/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 7210346101444dc13b417f037415aa209cc9d000..9ebede135af2ffdb1cf54430cf7eb2112e551da4 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -214,10 +214,6 @@ void WebRuntimeFeatures::enablePointerEvent(bool enable) {
RuntimeEnabledFeatures::setPointerEventEnabled(enable);
}
-void WebRuntimeFeatures::enablePointerEventV1SpecCapturing(bool enable) {
- RuntimeEnabledFeatures::setPointerEventV1SpecCapturingEnabled(enable);
-}
-
void WebRuntimeFeatures::enableScriptedSpeech(bool enable) {
RuntimeEnabledFeatures::setScriptedSpeechEnabled(enable);
}

Powered by Google App Engine
This is Rietveld 408576698