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

Unified Diff: content/test/layouttest_support.cc

Issue 2288313002: Return the WebViewFrameWidget in RenderWidget::webwidget() if there (Closed)
Patch Set: fix one more test Created 4 years, 3 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: content/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index f0fe2113f28f1e8645a3d9d3e6fda390c1d7c01f..ee644758d9198ee3fe8d2b934120ec5584dadc52 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -118,7 +118,7 @@ void RenderWidgetInitialized(RenderWidget* render_widget) {
WebWidgetTestProxyType* render_widget_proxy =
static_cast<WebWidgetTestProxyType*>(render_widget);
if (!g_widget_test_proxy_callback.Get().is_null()) {
- g_widget_test_proxy_callback.Get().Run(render_widget->webwidget(),
+ g_widget_test_proxy_callback.Get().Run(render_widget->GetWebWidget(),
render_widget_proxy);
}
}

Powered by Google App Engine
This is Rietveld 408576698