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

Unified Diff: content/browser/compositor/gl_helper.h

Issue 1690013002: Remove --tab-capture-upscale/downscale-quality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Addressed Yuri's comments. Created 4 years, 9 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
Index: content/browser/compositor/gl_helper.h
diff --git a/content/browser/compositor/gl_helper.h b/content/browser/compositor/gl_helper.h
index ebfc1a33c0b2c75bcb4bd08bb18f551d65c61538..9e2839587402f287496e4fb2d4c399a9f1a42f2b 100644
--- a/content/browser/compositor/gl_helper.h
+++ b/content/browser/compositor/gl_helper.h
@@ -315,8 +315,7 @@ class CONTENT_EXPORT GLHelper {
// |use_mrt| is true, the pipeline will try to optimize the YUV conversion
// using the multi-render-target extension. |use_mrt| should only be set to
// false for testing.
- ReadbackYUVInterface* CreateReadbackPipelineYUV(ScalerQuality quality,
- const gfx::Size& src_size,
+ ReadbackYUVInterface* CreateReadbackPipelineYUV(const gfx::Size& src_size,
const gfx::Rect& src_subrect,
const gfx::Size& dst_size,
bool flip_vertically,

Powered by Google App Engine
This is Rietveld 408576698