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

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

Issue 2848513002: Introduce the abstract class WebViewBase, to decouple WebViewImpl. (Closed)
Patch Set: Add comments to WebViewBase. 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 cf1f229ebd2d98377ee9839e46b095d6ccf58bd3..adef6197aef77dec8b92aec08ec977ca77bd7b72 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -73,7 +73,7 @@ class WebPlugin;
class WebPluginContainerImpl;
class WebScriptExecutionCallback;
class WebView;
-class WebViewImpl;
+class WebViewBase;
enum class WebFrameLoadType;
struct FrameLoadRequest;
struct WebContentSecurityPolicyViolation;
@@ -365,7 +365,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;

Powered by Google App Engine
This is Rietveld 408576698