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

Unified Diff: webkit/glue/webdevtoolsagent_impl.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/webaccessibilitymanager_impl.cc ('k') | webkit/glue/webdevtoolsagent_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdevtoolsagent_impl.h
===================================================================
--- webkit/glue/webdevtoolsagent_impl.h (revision 30557)
+++ webkit/glue/webdevtoolsagent_impl.h (working copy)
@@ -25,20 +25,20 @@
namespace WebKit {
class WebDevToolsAgentClient;
class WebFrame;
+class WebFrameImpl;
+class WebViewImpl;
}
class BoundObject;
class DebuggerAgentDelegateStub;
class DebuggerAgentImpl;
class Value;
-class WebFrameImpl;
-class WebViewImpl;
class WebDevToolsAgentImpl : public WebKit::WebDevToolsAgent,
public ToolsAgent,
public DevToolsRpc::Delegate {
public:
- WebDevToolsAgentImpl(WebViewImpl* web_view_impl,
+ WebDevToolsAgentImpl(WebKit::WebViewImpl* web_view_impl,
WebKit::WebDevToolsAgentClient* client);
virtual ~WebDevToolsAgentImpl();
@@ -78,11 +78,11 @@
// Methods called by the glue.
void SetMainFrameDocumentReady(bool ready);
- void DidCommitLoadForFrame(WebViewImpl* webview,
+ void DidCommitLoadForFrame(WebKit::WebViewImpl* webview,
WebKit::WebFrame* frame,
bool is_new_navigation);
- void WindowObjectCleared(WebFrameImpl* webframe);
+ void WindowObjectCleared(WebKit::WebFrameImpl* webframe);
void ForceRepaint();
@@ -105,7 +105,7 @@
int host_id_;
WebKit::WebDevToolsAgentClient* client_;
- WebViewImpl* web_view_impl_;
+ WebKit::WebViewImpl* web_view_impl_;
OwnPtr<DebuggerAgentDelegateStub> debugger_agent_delegate_stub_;
OwnPtr<ToolsAgentDelegateStub> tools_agent_delegate_stub_;
OwnPtr<ToolsAgentNativeDelegateStub> tools_agent_native_delegate_stub_;
« no previous file with comments | « webkit/glue/webaccessibilitymanager_impl.cc ('k') | webkit/glue/webdevtoolsagent_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698