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

Unified Diff: Source/web/WebViewImpl.cpp

Issue 179293007: Remove deprecated focusedNode APIs (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 | « Source/web/WebViewImpl.h ('k') | public/web/WebDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.cpp
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
index 4a82628ee33ae7c50ae1286d4ab1e0de5ac82c0a..ef24402b292ca681b1b49431a80d800e2a48c997 100644
--- a/Source/web/WebViewImpl.cpp
+++ b/Source/web/WebViewImpl.cpp
@@ -2462,12 +2462,6 @@ void WebViewImpl::setInitialFocus(bool reverse)
page()->focusController().setInitialFocus(reverse ? FocusTypeBackward : FocusTypeForward);
}
-void WebViewImpl::clearFocusedNode()
-{
- // Deprecated API. Use clearFocusedElement instead.
- clearFocusedElement();
-}
-
void WebViewImpl::clearFocusedElement()
{
RefPtr<LocalFrame> frame = focusedWebCoreFrame();
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | public/web/WebDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698