| Index: webkit/tools/test_shell/mac/test_shell_webview.mm
|
| ===================================================================
|
| --- webkit/tools/test_shell/mac/test_shell_webview.mm (revision 29510)
|
| +++ webkit/tools/test_shell/mac/test_shell_webview.mm (working copy)
|
| @@ -196,6 +196,11 @@
|
| return NO;
|
| }
|
|
|
| +- (void)setIsActive:(BOOL)active {
|
| + if (shell_ && shell_->webView())
|
| + shell_->webViewHost()->SetIsActive(active ? true : false);
|
| +}
|
| +
|
| - (void)setFrame:(NSRect)frameRect {
|
| [super setFrame:frameRect];
|
| if (shell_ && shell_->webView())
|
|
|