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

Unified Diff: mojo/examples/pepper_container_app/plugin_instance.cc

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.h ('k') | ppapi/api/private/ppb_find_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/pepper_container_app/plugin_instance.cc
diff --git a/mojo/examples/pepper_container_app/plugin_instance.cc b/mojo/examples/pepper_container_app/plugin_instance.cc
index 24039276e487230a73e47d6c00b73f038743d1f3..cb392402efc0c2ac8858e15445ff13bfba821037 100644
--- a/mojo/examples/pepper_container_app/plugin_instance.cc
+++ b/mojo/examples/pepper_container_app/plugin_instance.cc
@@ -172,6 +172,12 @@ void PluginInstance::SelectedFindResultChanged(PP_Instance instance,
NOTIMPLEMENTED();
}
+void PluginInstance::SetTickmarks(PP_Instance instance,
+ const PP_Rect* tickmarks,
+ uint32_t count) {
+ NOTIMPLEMENTED();
+}
+
PP_Bool PluginInstance::IsFullscreen(PP_Instance instance) {
NOTIMPLEMENTED();
return PP_FALSE;
« no previous file with comments | « mojo/examples/pepper_container_app/plugin_instance.h ('k') | ppapi/api/private/ppb_find_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698