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

Unified Diff: content/common/input/synthetic_web_input_event_builders.h

Issue 1975533002: Change ui::Event::time_stamp from TimeDelta to TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates Created 4 years, 7 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: content/common/input/synthetic_web_input_event_builders.h
diff --git a/content/common/input/synthetic_web_input_event_builders.h b/content/common/input/synthetic_web_input_event_builders.h
index e865e9b23cedfe6f4f0264b9a43b221ad42563e9..4068c5e492f24273ca6568c8ce0dbcf161391cd7 100644
--- a/content/common/input/synthetic_web_input_event_builders.h
+++ b/content/common/input/synthetic_web_input_event_builders.h
@@ -84,7 +84,7 @@ class CONTENT_EXPORT SyntheticWebTouchEvent
void ReleasePoint(int index);
void CancelPoint(int index);
- void SetTimestamp(base::TimeDelta timestamp);
+ void SetTimestamp(base::TimeTicks timestamp);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698