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

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

Issue 222973003: Conversion of content_shell target to use WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove some TODOs 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
Index: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 60de1c44865f0f4d3811ab14f6b63675353a1752..2fe09a5606fb07c393d53ad9f38fea99102a3897 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -12,6 +12,8 @@
#include "content/common/content_export.h"
#include "content/public/common/top_controls_state.h"
#include "ipc/ipc_sender.h"
+// TODO(dcheng): Convert back to a forward declare.
+#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "third_party/WebKit/public/web/WebPageVisibilityState.h"
#include "ui/gfx/native_widget_types.h"
@@ -105,7 +107,7 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
// Displays a modal alert dialog containing the given message. Returns
// once the user dismisses the dialog.
- virtual void RunModalAlertDialog(blink::WebFrame* frame,
+ virtual void RunModalAlertDialog(blink::WebLocalFrame* frame,
const blink::WebString& message) = 0;
// Used by plugins that load data in this RenderView to update the loading

Powered by Google App Engine
This is Rietveld 408576698