| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 7268f9cd8ca571a6d9c7e62921d3d69e53bdbed1..0444fbd338dca595e7f7ae1d45bffab46c3ed1cf 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -46,6 +46,7 @@
|
| #include "third_party/WebKit/public/web/WebAXObject.h"
|
| #include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
| #include "third_party/WebKit/public/web/WebDataSource.h"
|
| +#include "third_party/WebKit/public/web/WebElement.h"
|
| #include "third_party/WebKit/public/web/WebFrameClient.h"
|
| #include "third_party/WebKit/public/web/WebHistoryItem.h"
|
| #include "third_party/WebKit/public/web/WebIconURL.h"
|
| @@ -632,7 +633,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| virtual WebPreferences& GetWebkitPreferences() OVERRIDE;
|
| virtual void SetWebkitPreferences(const WebPreferences& preferences) OVERRIDE;
|
| virtual blink::WebView* GetWebView() OVERRIDE;
|
| - virtual blink::WebNode GetFocusedNode() const OVERRIDE;
|
| + virtual blink::WebElement GetFocusedElement() const OVERRIDE;
|
| virtual blink::WebNode GetContextMenuNode() const OVERRIDE;
|
| virtual bool IsEditableNode(const blink::WebNode& node) const OVERRIDE;
|
| virtual void EvaluateScript(const base::string16& frame_xpath,
|
|
|