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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 184103030: Plumb changes to the focused frame to WebFramelient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix crash Created 6 years, 9 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/core/page/FocusController.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 665ced3c7ec0fdf3ab69cb2dda694e3d4b00261c..c8405f97164e6e3ecfc1e678aed129e1371c98a5 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -82,6 +82,7 @@ public:
virtual bool canTakeFocus(WebCore::FocusType) OVERRIDE;
virtual void takeFocus(WebCore::FocusType) OVERRIDE;
virtual void focusedNodeChanged(WebCore::Node*) OVERRIDE;
+ virtual void focusedFrameChanged(WebCore::LocalFrame*) OVERRIDE;
virtual WebCore::Page* createWindow(
WebCore::LocalFrame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, WebCore::NavigationPolicy, WebCore::ShouldSendReferrer) OVERRIDE;
virtual void show(WebCore::NavigationPolicy) OVERRIDE;
« no previous file with comments | « Source/core/page/FocusController.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698