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

Unified Diff: third_party/WebKit/Source/core/events/NavigatorEvents.cpp

Issue 2372293002: Removed navigator.pointerEnabled API. (Closed)
Patch Set: Reverted the xml changes. Created 4 years, 3 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: third_party/WebKit/Source/core/events/NavigatorEvents.cpp
diff --git a/third_party/WebKit/Source/core/events/NavigatorEvents.cpp b/third_party/WebKit/Source/core/events/NavigatorEvents.cpp
index e2a419ce61d30dc0f486ffffdd9f0b3b82e7bb38..eba17696b4837a2fb22cb127705d0116edbc7290 100644
--- a/third_party/WebKit/Source/core/events/NavigatorEvents.cpp
+++ b/third_party/WebKit/Source/core/events/NavigatorEvents.cpp
@@ -46,9 +46,4 @@ long NavigatorEvents::maxTouchPoints(Navigator& navigator)
return 0;
}
-bool NavigatorEvents::pointerEnabled(Navigator& navigator)
-{
- return false;
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/events/NavigatorEvents.h ('k') | third_party/WebKit/Source/core/events/NavigatorEvents.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698