diff options
Diffstat (limited to 'third_party/WebKit/public/web/WebWidgetClient.h')
-rw-r--r-- | third_party/WebKit/public/web/WebWidgetClient.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h index fa5949d..eb6fe66 100644 --- a/third_party/WebKit/public/web/WebWidgetClient.h +++ b/third_party/WebKit/public/web/WebWidgetClient.h @@ -59,13 +59,6 @@ public: // Called when the Widget has changed size as a result of an auto-resize. virtual void didAutoResize(const WebSize& newSize) { } - // Called when the Widget has a new layout size. As a result of - // setting the new layout size, the frame for this widget has possibly - // been marked as needing layout. Widgets must mark their containers - // for layout when the plguin container controls widget layout, otherwise - // the frame layout will not occur. - virtual void didUpdateLayoutSize(const WebSize& newSize) { } - // Attempt to initialize compositing for this widget. If this is successful, // layerTreeView() will return a valid WebLayerTreeView. virtual void initializeLayerTreeView() { } |