| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index fe067499d76ca76937a48ff478e8bbc3c6fb91d4..f7748f4f3b2aa199d05d6d76aaed5defe477927e 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -194,7 +194,7 @@ public:
|
|
|
| // Focus ---------------------------------------------------------------
|
|
|
| - virtual WebFrame* focusedFrame() = 0;
|
| + virtual WebLocalFrame* focusedFrame() = 0;
|
| virtual void setFocusedFrame(WebFrame*) = 0;
|
|
|
| // Sets the provided frame as focused and fires blur/focus events on any
|
|
|