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

Unified Diff: cc/output/renderer_unittest.cc

Issue 2208693003: Revert of cc: Make LayerTreeTests use a DelegatingRenderer and Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « cc/output/delegating_renderer_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_unittest.cc
diff --git a/cc/output/renderer_unittest.cc b/cc/output/renderer_unittest.cc
index e02110db20f5d78c0070846fd5a3e8c4017ee9d5..9fe079ad9d9da5ada8ef3ec593a2db4f96eb1176 100644
--- a/cc/output/renderer_unittest.cc
+++ b/cc/output/renderer_unittest.cc
@@ -42,8 +42,7 @@
public:
explicit MockContextProvider(
std::unique_ptr<TestWebGraphicsContext3D> context)
- : TestContextProvider(base::MakeUnique<TestContextSupport>(),
- base::MakeUnique<TestGLES2Interface>(),
+ : TestContextProvider(base::MakeUnique<TestGLES2Interface>(),
std::move(context)) {}
MOCK_METHOD0(DeleteCachedResources, void());
« no previous file with comments | « cc/output/delegating_renderer_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698