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

Unified Diff: third_party/WebKit/Source/web/tests/FrameTestHelpers.h

Issue 2896563002: Update WebLocalFrameImpl with WebLocalFrameBase to break dependencies. (Closed)
Patch Set: Rebase Created 3 years, 7 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/tests/FrameTestHelpers.h
diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
index 157034126d2d0b3501224a5271e17551c7d9e4b8..8c752a52cf2463b0e5597e2713bd87f3384ff881 100644
--- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
+++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
@@ -53,7 +53,7 @@
namespace blink {
class WebFrame;
-class WebLocalFrameImpl;
+class WebLocalFrameBase;
class WebRemoteFrameImpl;
class WebSettings;
enum class WebCachePolicy;
@@ -91,7 +91,7 @@ WebMouseEvent CreateMouseEvent(WebInputEvent::Type,
// Calls WebRemoteFrame::createLocalChild, but with some arguments prefilled
// with default test values (i.e. with a default |client| or |properties| and/or
// with a precalculated |uniqueName|).
-WebLocalFrameImpl* CreateLocalChild(
+WebLocalFrameBase* CreateLocalChild(
WebRemoteFrame* parent,
const WebString& name = WebString(),
WebFrameClient* = nullptr,
« no previous file with comments | « third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp ('k') | third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698