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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetBase.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/WebFrameWidgetBase.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
index a8ec733d9dcb180e4a83b3c0b01a7b7409143e9b..ef640ac314754e634c067de03da8f261a52f0703 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
@@ -20,7 +20,7 @@ class GraphicsLayer;
class WebImage;
class WebLayer;
class WebLayerTreeView;
-class WebViewImpl;
+class WebViewBase;
class HitTestResult;
struct WebPoint;
@@ -95,7 +95,7 @@ class WebFrameWidgetBase : public WebFrameWidget {
// Helper function to call VisualViewport::viewportToRootFrame().
WebPoint ViewportToRootFrame(const WebPoint& point_in_viewport) const;
- WebViewImpl* View() const;
+ WebViewBase* View() const;
// Returns the page object associated with this widget. This may be null when
// the page is shutting down, but will be valid at all other times.
« no previous file with comments | « third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698