Chromium Code Reviews| Index: third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h |
| =================================================================== |
| --- third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h (revision 92367) |
| +++ third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h (working copy) |
| @@ -117,6 +117,10 @@ |
| // Tells the plugin that the user has stopped the find operation. |
| virtual void stopFind() { } |
| + // Called for full page plugins. Matches the WebView methods. |
| + virtual void willStartLiveResize() {} |
| + virtual void willEndLiveResize() {} |
| + |
| protected: |
| ~WebPlugin() { } |
| }; |