Chromium Code Reviews| Index: content/renderer/pepper/pepper_webplugin_impl.h |
| diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h |
| index 291e5c1ff6f5f80ff6d7a1aa797ecbce8d3d1a77..48efbd1eee35feae55631b5a01acce6e60321505 100644 |
| --- a/content/renderer/pepper/pepper_webplugin_impl.h |
| +++ b/content/renderer/pepper/pepper_webplugin_impl.h |
| @@ -68,6 +68,8 @@ class PepperWebPluginImpl : public blink::WebPlugin { |
| virtual blink::WebString selectionAsText() const; |
| virtual blink::WebString selectionAsMarkup() const; |
| virtual blink::WebURL linkAtPosition(const blink::WebPoint& position) const; |
| + virtual bool getPrintPresetOptionsFromDocument( |
| + blink::WebPrintPresetOptions* preset_options); |
|
dmichael (off chromium)
2014/09/23 16:59:09
Please keep the methods in the same order as they
|
| virtual void setZoomLevel(double level, bool text_only); |
| virtual bool startFind(const blink::WebString& search_text, |
| bool case_sensitive, |