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

Unified Diff: content/public/renderer/render_frame.h

Issue 1977633003: Remove RenderFrameImpl::GetFocusedElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes the right click + blur + copy case. Created 4 years, 7 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
Index: content/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index 8f42075176c5ea1a592d20b8aba9667360954ee1..06fb03655f2569bb01379bc94a3d634897ca22ba 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -93,10 +93,6 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
// Returns the associated WebFrame.
virtual blink::WebLocalFrame* GetWebFrame() = 0;
- // Gets the focused element. If no such element exists then
- // the element will be Null.
- virtual blink::WebElement GetFocusedElement() const = 0;
-
// Gets WebKit related preferences associated with this frame.
virtual WebPreferences& GetWebkitPreferences() = 0;
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698