Index: ppapi/api/private/ppb_find_private.idl |
diff --git a/ppapi/api/private/ppb_find_private.idl b/ppapi/api/private/ppb_find_private.idl |
index 6ab272ddd7866e6b85d1a8f32200e4c4f024a0ed..e6f7cfa72835331f0fb26284c80e78a32d945e7c 100644 |
--- a/ppapi/api/private/ppb_find_private.idl |
+++ b/ppapi/api/private/ppb_find_private.idl |
@@ -53,5 +53,14 @@ interface PPB_Find_Private { |
void SelectedFindResultChanged( |
[in] PP_Instance instance, |
[in] int32_t index); |
+ |
+ /** |
+ * Updates the tickmarks on the scrollbar for the find request. |tickmarks| |
+ * contains |count| PP_Rects indicating the tickmark ranges. |
+ */ |
+ void SetTickmarks( |
+ [in] PP_Instance instance, |
+ [in, size_as=count] PP_Rect[] tickmarks, |
+ [in] uint32_t count); |
}; |