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

Unified Diff: ui/events/test/mock_motion_event.h

Issue 502993004: Remove abstract Clone and Cancel methods from MotionEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Owner for BUILD.gn Created 6 years, 2 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/test/mock_motion_event.h
diff --git a/ui/events/test/mock_motion_event.h b/ui/events/test/mock_motion_event.h
index d04d7154eab7f90b0ee13541d4951cc83519e666..fe7faa88c93376c099daaf24269e3bc74f50ec75 100644
--- a/ui/events/test/mock_motion_event.h
+++ b/ui/events/test/mock_motion_event.h
@@ -39,10 +39,6 @@ struct MockMotionEvent : public MotionEventGeneric {
~MockMotionEvent() override;
- // MotionEvent methods.
- scoped_ptr<MotionEvent> Clone() const override;
- scoped_ptr<MotionEvent> Cancel() const override;
-
// Utility methods.
void PressPoint(float x, float y);
void MovePoint(size_t index, float x, float y);

Powered by Google App Engine
This is Rietveld 408576698