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

Unified Diff: webkit/glue/webframe_impl.h

Issue 293001: Delete glue/webview{_delegate}.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « webkit/glue/webdevtoolsclient_impl.cc ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframe_impl.h
===================================================================
--- webkit/glue/webframe_impl.h (revision 29380)
+++ webkit/glue/webframe_impl.h (working copy)
@@ -41,7 +41,6 @@
MSVC_POP_WARNING();
class ChromePrintContext;
-class WebView;
class WebViewImpl;
namespace gfx {
@@ -62,6 +61,7 @@
namespace WebKit {
class WebDataSourceImpl;
class WebFrameClient;
+class WebView;
}
// Implementation of WebFrame, note that this is a reference counted object.
@@ -76,7 +76,7 @@
virtual WebKit::WebSize contentsSize() const;
virtual int contentsPreferredWidth() const;
virtual bool hasVisibleContent() const;
- virtual WebView* view() const;
+ virtual WebKit::WebView* view() const;
virtual WebKit::WebFrame* opener() const;
virtual WebKit::WebFrame* parent() const;
virtual WebKit::WebFrame* top() const;
« no previous file with comments | « webkit/glue/webdevtoolsclient_impl.cc ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698