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

Unified Diff: ui/events/cocoa/events_mac.mm

Issue 862093002: Split the event library into a cross-platform and native part. Part 1. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT 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 | « ui/events/BUILD.gn ('k') | ui/events/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/cocoa/events_mac.mm
diff --git a/ui/events/cocoa/events_mac.mm b/ui/events/cocoa/events_mac.mm
index 4772b2728333c9908cfcad11076ff002a1649755..373d47fa8eeb3e68ddf2af15d51c855b5c857ef1 100644
--- a/ui/events/cocoa/events_mac.mm
+++ b/ui/events/cocoa/events_mac.mm
@@ -152,14 +152,6 @@ gfx::Vector2d GetMouseWheelOffset(const base::NativeEvent& event) {
}
}
-base::NativeEvent CopyNativeEvent(const base::NativeEvent& event) {
- return [event copy];
-}
-
-void ReleaseCopiedNativeEvent(const base::NativeEvent& event) {
- [event release];
-}
-
void IncrementTouchIdRefCount(const base::NativeEvent& native_event) {
NOTIMPLEMENTED();
}
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698