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

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

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.h
diff --git a/third_party/WebKit/Source/core/events/NavigatorEvents.h b/third_party/WebKit/Source/core/events/NavigatorEvents.h
index bc47673f76f6f865ae2450cd9d7f9fe6561b6115..787d16b41893005b43abebd52e284f05a3079507 100644
--- a/third_party/WebKit/Source/core/events/NavigatorEvents.h
+++ b/third_party/WebKit/Source/core/events/NavigatorEvents.h
@@ -41,7 +41,6 @@ class NavigatorEvents {
STATIC_ONLY(NavigatorEvents);
public:
static long maxTouchPoints(Navigator&);
- static bool pointerEnabled(Navigator&);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTarget.cpp ('k') | third_party/WebKit/Source/core/events/NavigatorEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698