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

Unified Diff: cc/test/pixel_test.h

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/surfaces/display.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test.h
diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
index fabf0f5d74201b77296b5beea16221ad8906b301..e7791c8cdb5d0cd5a3e39686df7d5aa8cb261fbc 100644
--- a/cc/test/pixel_test.h
+++ b/cc/test/pixel_test.h
@@ -101,13 +101,11 @@ class GLRendererWithExpandedViewport : public GLRenderer {
GLRendererWithExpandedViewport(const RendererSettings* settings,
OutputSurface* output_surface,
ResourceProvider* resource_provider,
- TextureMailboxDeleter* texture_mailbox_deleter,
- int highp_threshold_min)
+ TextureMailboxDeleter* texture_mailbox_deleter)
: GLRenderer(settings,
output_surface,
resource_provider,
- texture_mailbox_deleter,
- highp_threshold_min) {}
+ texture_mailbox_deleter) {}
};
class SoftwareRendererWithExpandedViewport : public SoftwareRenderer {
@@ -123,13 +121,11 @@ class GLRendererWithFlippedSurface : public GLRenderer {
GLRendererWithFlippedSurface(const RendererSettings* settings,
OutputSurface* output_surface,
ResourceProvider* resource_provider,
- TextureMailboxDeleter* texture_mailbox_deleter,
- int highp_threshold_min)
+ TextureMailboxDeleter* texture_mailbox_deleter)
: GLRenderer(settings,
output_surface,
resource_provider,
- texture_mailbox_deleter,
- highp_threshold_min) {}
+ texture_mailbox_deleter) {}
};
template<>
« no previous file with comments | « cc/surfaces/display.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698