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

Unified Diff: content/public/test/test_renderer_host.h

Issue 2514633002: Revert of Android: support multiple displays on C++ side (Closed)
Patch Set: Created 4 years, 1 month 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/public/test/test_renderer_host.h
diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h
index b9d04a20acb5d58023e334b005d496ceeececd9f..afd42d1758b259580651140b016bf8bca7736f86 100644
--- a/content/public/test/test_renderer_host.h
+++ b/content/public/test/test_renderer_host.h
@@ -26,10 +26,6 @@
namespace test {
class AuraTestHelper;
}
-}
-
-namespace display {
-class Screen;
}
namespace ui {
@@ -282,7 +278,6 @@
#endif
#if defined(OS_ANDROID)
std::unique_ptr<MockGpuChannelEstablishFactory> gpu_channel_factory_;
- std::unique_ptr<display::Screen> screen_;
#endif
RenderViewHostTestEnabler rvh_test_enabler_;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_unittest.cc ('k') | content/public/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698