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

Unified Diff: third_party/WebKit/Source/web/InspectorEmulationAgent.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/InspectorEmulationAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
index 4f089dda24b3a431999798d4b5fd935b8006d8b3..1631fbccb42cceb9330bcfa2639009bb52b7ab81 100644
--- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
+++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
@@ -12,7 +12,7 @@
namespace blink {
class WebLocalFrameImpl;
-class WebViewImpl;
+class WebViewBase;
namespace protocol {
namespace DOM {
@@ -60,7 +60,7 @@ class InspectorEmulationAgent final
private:
InspectorEmulationAgent(WebLocalFrameImpl*, Client*);
- WebViewImpl* GetWebViewImpl();
+ WebViewBase* GetWebViewBase();
void VirtualTimeBudgetExpired();
Member<WebLocalFrameImpl> web_local_frame_impl_;
« no previous file with comments | « third_party/WebKit/Source/web/FullscreenController.cpp ('k') | third_party/WebKit/Source/web/InspectorEmulationAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698