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

Unified Diff: content/test/test_render_view_host.cc

Issue 2861533003: Backfill some UI tests. (Closed)
Patch Set: minor edits 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: content/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index ece1a637fb4177cc712b0a947f755e58d90785ca..bd7c5112a76cd7484ace53357528aa2fd94b0248 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -91,7 +91,7 @@ gfx::Vector2dF TestRenderWidgetHostView::GetLastScrollOffset() const {
}
gfx::NativeView TestRenderWidgetHostView::GetNativeView() const {
- return nullptr;
+ return native_view_;
}
gfx::NativeViewAccessible TestRenderWidgetHostView::GetNativeViewAccessible() {

Powered by Google App Engine
This is Rietveld 408576698