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

Unified Diff: components/test_runner/web_test_interfaces.cc

Issue 2036873002: Making EventSender talk to the right WebWidget (for OOPIF support). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use RenderWidget::viewRect() [rather than windowRect()] in TransformScreenToWidgetCoordinates. Created 4 years, 2 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
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | components/test_runner/web_view_test_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_interfaces.cc
diff --git a/components/test_runner/web_test_interfaces.cc b/components/test_runner/web_test_interfaces.cc
index 6f87eb64971e00803d3db20eff37ef6d19791ef2..a7e65e22ceacc443662090aee932ea5967054df0 100644
--- a/components/test_runner/web_test_interfaces.cc
+++ b/components/test_runner/web_test_interfaces.cc
@@ -108,8 +108,7 @@ std::unique_ptr<WebViewTestClient> WebTestInterfaces::CreateWebViewTestClient(
std::unique_ptr<WebWidgetTestClient>
WebTestInterfaces::CreateWebWidgetTestClient(
WebWidgetTestProxyBase* web_widget_test_proxy_base) {
- return base::MakeUnique<WebWidgetTestClient>(interfaces_->GetTestRunner(),
- web_widget_test_proxy_base);
+ return base::MakeUnique<WebWidgetTestClient>(web_widget_test_proxy_base);
}
std::vector<blink::WebView*> WebTestInterfaces::GetWindowList() {
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | components/test_runner/web_view_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698