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

Unified Diff: ppapi/api/private/ppb_find_private.idl

Issue 195893044: Add a PPB_Find_Private function to set the tickmarks on the page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « mojo/examples/pepper_container_app/plugin_instance.cc ('k') | ppapi/c/private/ppb_find_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « mojo/examples/pepper_container_app/plugin_instance.cc ('k') | ppapi/c/private/ppb_find_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698