| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 969e213af34c820a9038bf8de5129bd4c6cacacf..ce43468eba0fff606a1e4cf94cbf3dbbe3fcd188 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -93,6 +93,8 @@ public:
|
|
|
| virtual void focusedNodeChanged(Node*) = 0;
|
|
|
| + virtual void focusedFrameChanged(LocalFrame*) = 0;
|
| +
|
| // The LocalFrame pointer provides the ChromeClient with context about which
|
| // LocalFrame wants to create the new Page. Also, the newly created window
|
| // should not be shown to the user until the ChromeClient of the newly
|
|
|