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

Unified Diff: Source/web/WebDevToolsAgentPrivate.h

Issue 241303002: Rename WebFrameImpl to WebLocalFrameImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Mac too Created 6 years, 8 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 | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebDevToolsFrontendImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentPrivate.h
diff --git a/Source/web/WebDevToolsAgentPrivate.h b/Source/web/WebDevToolsAgentPrivate.h
index 868b77354d1e894184b5cee80fc97f7cefc2c85c..a35ef389310270eee573007876fd29255dc73b6b 100644
--- a/Source/web/WebDevToolsAgentPrivate.h
+++ b/Source/web/WebDevToolsAgentPrivate.h
@@ -38,7 +38,7 @@ class Page;
}
namespace blink {
-class WebFrameImpl;
+class WebLocalFrameImpl;
class WebInputEvent;
struct WebSize;
@@ -49,7 +49,7 @@ public:
// New context has been created for a given world in given frame. Any
// processing hat needs to happen before the first script is evaluated
// in this context should be done here.
- virtual void didCreateScriptContext(WebFrameImpl*, int worldId) = 0;
+ virtual void didCreateScriptContext(WebLocalFrameImpl*, int worldId) = 0;
// WebViewImpl has been resized.
virtual void webViewResized(const WebSize&) = 0;
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebDevToolsFrontendImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698