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

Unified Diff: content/common/gpu/client/gl_helper.cc

Issue 296493003: [Android WebView] Fix DevTools Screencast slowness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-downscaling dst bitmap size in RendererOverridesHandler (re-upload) Created 6 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 | « content/browser/devtools/renderer_overrides_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « content/browser/devtools/renderer_overrides_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698