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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2848513002: Introduce the abstract class WebViewBase, to decouple WebViewImpl. (Closed)
Patch Set: Fix typo. Created 3 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
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 171df7c73c367e851dce89df7b2f0c6c344d1d48..10a814ef701c68ebe33994cd445077ab5bf359ff 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -72,7 +72,7 @@ class WebPlugin;
class WebPluginContainerImpl;
class WebScriptExecutionCallback;
class WebView;
-class WebViewImpl;
+class WebViewBase;
enum class WebFrameLoadType;
struct FrameLoadRequest;
struct WebContentSecurityPolicyViolation;
@@ -359,7 +359,7 @@ class WEB_EXPORT WebLocalFrameImpl final
static WebPluginContainerImpl* CurrentPluginContainer(LocalFrame*,
Node* = nullptr);
- WebViewImpl* ViewImpl() const;
+ WebViewBase* ViewImpl() const;
FrameView* GetFrameView() const {
return GetFrame() ? GetFrame()->View() : 0;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698