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

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: rebase Created 4 years, 6 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 9d3bc22f419b598126eb5b3a4e3a30d25d065ee3..034ee49ca792e738ad29fc4e16f93d735affd86c 100644
--- a/content/common/input/synthetic_web_input_event_builders.h
+++ b/content/common/input/synthetic_web_input_event_builders.h
@@ -86,7 +86,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