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

Unified Diff: ui/events/gesture_detection/velocity_tracker.h

Issue 233433005: Remove static-initializeres from VelocityTracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 6 years, 8 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: ui/events/gesture_detection/velocity_tracker.h
diff --git a/ui/events/gesture_detection/velocity_tracker.h b/ui/events/gesture_detection/velocity_tracker.h
index a82ed34a100a37a646355a717b9f62c1b0b09f58..8147695dd2510c531074b7e3f0b17ba870fc0143 100644
--- a/ui/events/gesture_detection/velocity_tracker.h
+++ b/ui/events/gesture_detection/velocity_tracker.h
@@ -141,6 +141,8 @@ class VelocityTracker {
BitSet32 current_pointer_id_bits_;
int32_t active_pointer_id_;
scoped_ptr<VelocityTrackerStrategy> strategy_;
+
+ DISALLOW_COPY_AND_ASSIGN(VelocityTracker);
};
} // namespace ui
« no previous file with comments | « no previous file | ui/events/gesture_detection/velocity_tracker.cc » ('j') | ui/events/gesture_detection/velocity_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698