Chromium Code Reviews| Index: content/common/gpu/client/gl_helper.cc |
| diff --git a/content/common/gpu/client/gl_helper.cc b/content/common/gpu/client/gl_helper.cc |
| index 4058d4f5c01da1600935df72ccca8e41688a1240..0c34fceea2e23a210a465a5f4f651599e9674492 100644 |
| --- a/content/common/gpu/client/gl_helper.cc |
| +++ b/content/common/gpu/client/gl_helper.cc |
| @@ -693,7 +693,7 @@ void GLHelper::CropScaleReadbackAndCleanTexture( |
| out, |
| config, |
| callback, |
| - GLHelper::SCALER_QUALITY_FAST); |
| + GLHelper::SCALER_QUALITY_GOOD); |
|
pfeldman
2014/05/21 14:09:17
Wouldn't this affect screencast performance though
no sievers
2014/05/21 16:34:25
Maybe just add this as an argument so you don't ri
|
| } |
| void GLHelper::CropScaleReadbackAndCleanMailbox( |