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

Unified Diff: sky/engine/core/events/ThreadLocalEventNames.h

Issue 868133003: Remove touch events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/events/NodeEventContext.cpp ('k') | sky/engine/core/events/TouchEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/ThreadLocalEventNames.h
diff --git a/sky/engine/core/events/ThreadLocalEventNames.h b/sky/engine/core/events/ThreadLocalEventNames.h
index 4846f04691f158c23f7057833a513a33dca7916a..313a77093519f8190088da9cee91e9324eede49d 100644
--- a/sky/engine/core/events/ThreadLocalEventNames.h
+++ b/sky/engine/core/events/ThreadLocalEventNames.h
@@ -29,16 +29,4 @@
#include "gen/sky/core/EventTypeNames.h"
#include "sky/engine/wtf/text/AtomicString.h"
-namespace blink {
-
-inline bool isTouchEventType(const AtomicString& eventType)
-{
- return eventType == EventTypeNames::touchstart
- || eventType == EventTypeNames::touchmove
- || eventType == EventTypeNames::touchend
- || eventType == EventTypeNames::touchcancel;
-}
-
-}
-
#endif // SKY_ENGINE_CORE_EVENTS_THREADLOCALEVENTNAMES_H_
« no previous file with comments | « sky/engine/core/events/NodeEventContext.cpp ('k') | sky/engine/core/events/TouchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698