| Index: third_party/WebKit/public/web/WebViewClient.h
|
| diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
|
| index 2e8e4ab1bc9aaf8397301ff7ef00b1b1e679c1d9..2201e9dfd7065d316d684e2623945a9703da99a9 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -191,6 +191,9 @@ public:
|
| // is the newly focused node. Either can be null.
|
| virtual void focusedNodeChanged(const WebNode& fromNode, const WebNode& toNode) { }
|
|
|
| + // Called when the focused frame changes.
|
| + virtual void focusedFrameChanged() { }
|
| +
|
| // Indicates two things:
|
| // 1) This view may have a new layout now.
|
| // 2) Calling layout() is a no-op.
|
|
|