Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(944)

Unified Diff: Source/web/WebViewImpl.h

Issue 179013002: Add WebDocument::clearFocusedElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index e67f9f57c941ce2172df6dfc0d174e86635422a7..dc67061b4844642eba18644ab4bf809411c8f462 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -205,7 +205,9 @@ public:
virtual WebFrame* focusedFrame() OVERRIDE;
virtual void setFocusedFrame(WebFrame*) OVERRIDE;
virtual void setInitialFocus(bool reverse) OVERRIDE;
+ // Deprecated Api. Please use clearFocusedElement instead.
virtual void clearFocusedNode() OVERRIDE;
+ virtual void clearFocusedElement() OVERRIDE;
virtual void scrollFocusedNodeIntoView() OVERRIDE;
virtual void scrollFocusedNodeIntoRect(const WebRect&) OVERRIDE;
virtual void zoomToFindInPageRect(const WebRect&) OVERRIDE;
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698