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

Unified Diff: Source/web/WebViewImpl.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/WebSharedWorkerImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index c2af2f7f03ba6897bf3a00d08c21c0a5454173c2..352784271186f6afd1caa2786cdbe6855f52cb7c 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -75,7 +75,7 @@ class PopupContainer;
class UserMediaClientImpl;
class WebActiveGestureAnimation;
class WebDevToolsAgentPrivate;
-class WebFrameImpl;
+class WebLocalFrameImpl;
class WebImage;
class WebPagePopupImpl;
class WebPlugin;
@@ -318,7 +318,7 @@ public:
// Returns the main frame associated with this view. This may be null when
// the page is shutting down, but will be valid at all other times.
- WebFrameImpl* mainFrameImpl();
+ WebLocalFrameImpl* mainFrameImpl();
// Event related methods:
void mouseContextMenu(const WebMouseEvent&);
@@ -352,9 +352,9 @@ public:
// 2) Calling layout() is a no-op.
// After calling WebWidget::layout(), expect to get this notification
// unless the view did not need a layout.
- void layoutUpdated(WebFrameImpl*);
+ void layoutUpdated(WebLocalFrameImpl*);
- void willInsertBody(WebFrameImpl*);
+ void willInsertBody(WebLocalFrameImpl*);
void didChangeContentsSize();
void deviceOrPageScaleFactorChanged();
« no previous file with comments | « Source/web/WebSharedWorkerImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698