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

Unified Diff: public/web/WebAutofillClient.h

Issue 191003006: Framework for converting embedder uses of WebFrame to WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebDOMCustomEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAutofillClient.h
diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h
index 4a5ad60c4827746de8d1c3e11c6013609be5da23..ac26db5b32f17dcc8299a66c28a3efd69b9fae96 100644
--- a/public/web/WebAutofillClient.h
+++ b/public/web/WebAutofillClient.h
@@ -31,11 +31,12 @@
#ifndef WebAutofillClient_h
#define WebAutofillClient_h
+#include "WebFrame.h"
+
namespace blink {
class WebFormControlElement;
class WebFormElement;
-class WebFrame;
class WebInputElement;
class WebKeyboardEvent;
class WebNode;
@@ -45,7 +46,7 @@ template <typename T> class WebVector;
class WebAutofillClient {
public:
// Informs the browser an interactive autocomplete has been requested.
- virtual void didRequestAutocomplete(WebFrame*, const WebFormElement&) { }
+ virtual void didRequestAutocomplete(WebLocalFrame*, const WebFormElement&) { }
// These methods are called when the users edits a text-field.
virtual void textFieldDidEndEditing(const WebInputElement&) { }
« no previous file with comments | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebDOMCustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698