| Index: sky/engine/public/web/WebViewClient.h
|
| diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
|
| index 5cae7b1291d23b917798b32f10c4635adde34dcb..c3334409390cab9fbc7b5fd880b9c90c1aef8beb 100644
|
| --- a/sky/engine/public/web/WebViewClient.h
|
| +++ b/sky/engine/public/web/WebViewClient.h
|
| @@ -118,13 +118,6 @@ public:
|
| // Called when a new node gets focused.
|
| virtual void focusedNodeChanged(const WebNode&) { }
|
|
|
| - // Indicates two things:
|
| - // 1) This view may have a new layout now.
|
| - // 2) Calling layout() is a no-op.
|
| - // After calling WebWidget::layout(), expect to get this notification
|
| - // unless the view did not need a layout.
|
| - virtual void didUpdateLayout() { }
|
| -
|
| // Returns comma separated list of accept languages.
|
| virtual WebString acceptLanguages() { return WebString(); }
|
|
|
|
|