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

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

Issue 2160003003: Fix layering violations in WebFrameWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more compiles Created 4 years, 5 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 28c2745c393f2fed9a8817f584a34491ba08d006..9672566fe529b0560898a9a17ef532915fc524ee 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
@@ -2096,12 +2096,12 @@ TextFinder& WebLocalFrameImpl::ensureTextFinder()
return *m_textFinder;
}
-void WebLocalFrameImpl::setFrameWidget(WebFrameWidget* frameWidget)
+void WebLocalFrameImpl::setFrameWidget(WebFrameWidgetBase* frameWidget)
{
m_frameWidget = frameWidget;
}
-WebFrameWidget* WebLocalFrameImpl::frameWidget() const
+WebFrameWidgetBase* WebLocalFrameImpl::frameWidget() const
{
return m_frameWidget;
}
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.h ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698