| 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;
|
|
|