Index: ppapi/thunk/ppb_input_event_api.h |
diff --git a/ppapi/thunk/ppb_input_event_api.h b/ppapi/thunk/ppb_input_event_api.h |
index 00627353220bbdcbe9148f7caa41571705dad1fb..9210c85b9e0a48d36914db6f99d198d1a5b35424 100644 |
--- a/ppapi/thunk/ppb_input_event_api.h |
+++ b/ppapi/thunk/ppb_input_event_api.h |
@@ -47,6 +47,9 @@ class PPAPI_THUNK_EXPORT PPB_InputEvent_API { |
uint32_t index) = 0; |
virtual PP_TouchPoint GetTouchById(PP_TouchListType list, |
uint32_t id) = 0; |
+ |
+ // Private API. |
+ virtual PP_Bool TraceInputLatency(PP_Bool has_damage) = 0; |
}; |
} // namespace thunk |