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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 852083002: Propagate focus type to plugins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved Created 5 years, 11 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/platform/Widget.h ('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 f2ed806d9a00c3506eb33b11db9f38a3c454cad3..6152615bc5072f0d4d767b58acc0f4ca77229d46 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -74,8 +74,8 @@ public:
virtual FloatRect windowRect() override;
virtual FloatRect pageRect() override;
virtual void focus() override;
- virtual bool canTakeFocus(FocusType) override;
- virtual void takeFocus(FocusType) override;
+ virtual bool canTakeFocus(WebFocusType) override;
+ virtual void takeFocus(WebFocusType) override;
virtual void focusedNodeChanged(Node*) override;
virtual void focusedFrameChanged(LocalFrame*) override;
virtual Page* createWindow(
« no previous file with comments | « Source/platform/Widget.h ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698