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

Unified Diff: cc/test/fake_output_surface.h

Issue 2193293004: cc: Make LayerTreeTests use a DelegatingRenderer and Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: display-layertreetest: withperftestsfix 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/test/failure_output_surface.cc ('k') | cc/test/layer_tree_pixel_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_output_surface.h
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
index e985bcf5a9acf5b0d8bdbd89338d71c19a5e1585..f3748caf7d83b9b4df2b69383a11e406c814316a 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -46,9 +46,8 @@ class FakeOutputSurface : public OutputSurface {
static std::unique_ptr<FakeOutputSurface> Create3d(
std::unique_ptr<TestGLES2Interface> gl) {
- return base::WrapUnique(
- new FakeOutputSurface(TestContextProvider::Create(std::move(gl)),
- TestContextProvider::CreateWorker(), false));
+ return base::WrapUnique(new FakeOutputSurface(
+ TestContextProvider::Create(std::move(gl)), nullptr, false));
}
static std::unique_ptr<FakeOutputSurface> Create3d(
« no previous file with comments | « cc/test/failure_output_surface.cc ('k') | cc/test/layer_tree_pixel_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698