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

Unified Diff: cc/test/pixel_test.cc

Issue 2870253004: Remove |highp_threshold_min| from GLRenderer() (Closed)
Patch Set: 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
« no previous file with comments | « cc/test/pixel_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test.cc
diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc
index 6abb7968f5c466e644f006956ec68f36e6ae8e51..f8bbbffd995f778e456a90c534fe5e2c41c390de 100644
--- a/cc/test/pixel_test.cc
+++ b/cc/test/pixel_test.cc
@@ -181,7 +181,7 @@ void PixelTest::SetUpGLRenderer(bool use_skia_gpu_backend,
renderer_ = base::MakeUnique<GLRenderer>(
&settings_.renderer_settings, output_surface_.get(),
- resource_provider_.get(), texture_mailbox_deleter_.get(), 0);
+ resource_provider_.get(), texture_mailbox_deleter_.get());
renderer_->Initialize();
renderer_->SetVisible(true);
}
« no previous file with comments | « cc/test/pixel_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698