Chromium Code Reviews| 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.
|
| + |
| // @} |
| }; |