| 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;
|
|
|