Chromium Code Reviews| Index: webkit/plugins/ppapi/ppapi_webplugin_impl.h |
| =================================================================== |
| --- webkit/plugins/ppapi/ppapi_webplugin_impl.h (revision 95420) |
| +++ webkit/plugins/ppapi/ppapi_webplugin_impl.h (working copy) |
| @@ -72,6 +72,8 @@ |
| int identifier); |
| virtual void selectFindResult(bool forward); |
| virtual void stopFind(); |
| + virtual void willStartLiveResize(); |
| + virtual void willEndLiveResize(); |
| virtual bool supportsPaginatedPrint(); |
| virtual int printBegin(const WebKit::WebRect& printable_area, |
| int printer_dpi); |