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

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

Issue 2863853002: Introduce the class webLocalFrameBase anf make WebLocalFrameImpl derived it. (Closed)
Patch Set: Add WebLocalViewBase.h to the BUILD file. 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/WebLocalFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
index 953f815939ade968a24cd4b3c944309475ba506b..80bef7e9a01fde5855db3a55b2e46977d90e676e 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
@@ -1587,7 +1587,7 @@ WebLocalFrameImpl::WebLocalFrameImpl(
WebFrameClient* client,
blink::InterfaceProvider* interface_provider,
blink::InterfaceRegistry* interface_registry)
- : WebLocalFrame(scope),
+ : WebLocalFrameBase(scope),
local_frame_client_impl_(LocalFrameClientImpl::Create(this)),
frame_widget_(0),
client_(client),

Powered by Google App Engine
This is Rietveld 408576698