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

Unified Diff: ui/events/ozone/events_ozone.cc

Issue 785753002: Don't refcount tracking id -> slot id mapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix uninitialized memory issue. Created 6 years 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: ui/events/ozone/events_ozone.cc
diff --git a/ui/events/ozone/events_ozone.cc b/ui/events/ozone/events_ozone.cc
index 932600da3f00449f98f88750823406c812af235a..d29f9da022a54e5330a84e1294ff1495afbf650e 100644
--- a/ui/events/ozone/events_ozone.cc
+++ b/ui/events/ozone/events_ozone.cc
@@ -86,9 +86,6 @@ base::NativeEvent CopyNativeEvent(const base::NativeEvent& event) {
void ReleaseCopiedNativeEvent(const base::NativeEvent& event) {
}
-void IncrementTouchIdRefCount(const base::NativeEvent& event) {
-}
-
void ClearTouchIdIfReleased(const base::NativeEvent& xev) {
}

Powered by Google App Engine
This is Rietveld 408576698