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

Unified Diff: ppapi/cpp/private/instance_private.h

Issue 252663002: Track plugin input event latency (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move InputEventPriavte interface to terfaces_ppb_private.h Created 6 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: ppapi/cpp/private/instance_private.h
diff --git a/ppapi/cpp/private/instance_private.h b/ppapi/cpp/private/instance_private.h
index 58254698995c98cfbbd67c2012b552226c3b19b1..991474f1f6fa1a6cc845d61361987b3a647807c4 100644
--- a/ppapi/cpp/private/instance_private.h
+++ b/ppapi/cpp/private/instance_private.h
@@ -47,6 +47,9 @@ class InstancePrivate : public Instance {
/// See PPB_Instance.ExecuteScript.
VarPrivate ExecuteScript(const Var& script, Var* exception = NULL);
+ /// See PPB_InputEventPrivate.StartTrackingLatency.
+ void StartTrackingLatency (PP_Instance instance);
dmichael (off chromium) 2014/05/08 21:47:07 Could you just put this inside InputEventPrivate a
Yufeng Shen (Slow to review) 2014/05/08 23:49:40 Done.
+
// @}
};

Powered by Google App Engine
This is Rietveld 408576698