Chromium Code Reviews| Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h |
| index cdf478a480d07a0d2d6fa67431a9e1b7623f27b8..36c2ebc495b9d297aacb9bd5474ea4a55d71584b 100644 |
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
| @@ -398,6 +398,9 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
| PP_Bool final_result) OVERRIDE; |
| virtual void SelectedFindResultChanged(PP_Instance instance, |
| int32_t index) OVERRIDE; |
| + virtual void SetTickmarks(PP_Instance instance, |
| + const struct PP_Rect* tickmarks, |
|
yzshen1
2014/03/19 17:38:05
nit: no need to have 'struct'
raymes
2014/03/20 01:53:56
Done.
|
| + uint32_t count) OVERRIDE; |
| virtual PP_Bool IsFullscreen(PP_Instance instance) OVERRIDE; |
| virtual PP_Bool SetFullscreen(PP_Instance instance, |
| PP_Bool fullscreen) OVERRIDE; |