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

Unified Diff: Source/core/page/Chrome.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/core/loader/EmptyClients.h ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index 3532753be9d1af0ea3f008df81462ace7859a335..1be5fd56ced2ad041f86a4cd5c02a303747e97b2 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -23,10 +23,10 @@
#define Chrome_h
#include "core/loader/NavigationPolicy.h"
-#include "core/page/FocusType.h"
#include "platform/Cursor.h"
#include "platform/HostWindow.h"
#include "platform/heap/Handle.h"
+#include "public/platform/WebFocusType.h"
#include "wtf/Forward.h"
namespace blink {
@@ -80,8 +80,8 @@ public:
void focus() const;
- bool canTakeFocus(FocusType) const;
- void takeFocus(FocusType) const;
+ bool canTakeFocus(WebFocusType) const;
+ void takeFocus(WebFocusType) const;
void focusedNodeChanged(Node*) const;
« no previous file with comments | « Source/core/loader/EmptyClients.h ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698