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

Unified Diff: third_party/WebKit/Source/core/events/TouchEvent.h

Issue 2520423004: Don't log a console warning when touch-action is used. (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/core/events/TouchEvent.h
diff --git a/third_party/WebKit/Source/core/events/TouchEvent.h b/third_party/WebKit/Source/core/events/TouchEvent.h
index 307663c0048e857ad1be3e50979422598e197fc9..740c6d8f64b73f886ab2a013d7e5b7836ec2f772 100644
--- a/third_party/WebKit/Source/core/events/TouchEvent.h
+++ b/third_party/WebKit/Source/core/events/TouchEvent.h
@@ -94,6 +94,9 @@ class CORE_EXPORT TouchEvent final : public UIEventWithKeyState {
DECLARE_VIRTUAL_TRACE();
+ protected:
+ bool shouldLogPassiveDevtoolsWarning() const override;
+
private:
TouchEvent();
TouchEvent(TouchList* touches,

Powered by Google App Engine
This is Rietveld 408576698