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

Unified Diff: webkit/glue/dom_operations_private.h

Issue 341030: Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into... (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/dom_operations.cc ('k') | webkit/glue/dom_serializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/dom_operations_private.h
===================================================================
--- webkit/glue/dom_operations_private.h (revision 30557)
+++ webkit/glue/dom_operations_private.h (working copy)
@@ -15,11 +15,11 @@
}
namespace WebKit {
+class WebFrameImpl;
class WebView;
}
class GURL;
-class WebFrameImpl;
namespace webkit_glue {
@@ -27,8 +27,8 @@
// object corresponding to the content frame, otherwise return NULL.
// The parameter is_frame_element indicates whether the input element
// is frame/iframe element or not.
-WebFrameImpl* GetWebFrameImplFromElement(WebCore::Element* element,
- bool* is_frame_element);
+WebKit::WebFrameImpl* GetWebFrameImplFromElement(WebCore::Element* element,
+ bool* is_frame_element);
// If element is img, script or input type=image, then return its link refer
// to the "src" attribute. If element is link, then return its link refer to
@@ -50,8 +50,8 @@
const WebCore::QualifiedName& attr_name);
// Get pointer of WebFrameImpl from webview according to specific URL.
-WebFrameImpl* GetWebFrameImplFromWebViewForSpecificURL(WebKit::WebView* view,
- const GURL& page_url);
+WebKit::WebFrameImpl* GetWebFrameImplFromWebViewForSpecificURL(
+ WebKit::WebView* view, const GURL& page_url);
} // namespace webkit_glue
« no previous file with comments | « webkit/glue/dom_operations.cc ('k') | webkit/glue/dom_serializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698