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

Unified Diff: cc/test/impl_side_painting_settings.h

Issue 22900018: cc: Set the mapped memory reclaim limit for the renderer compositor on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 7 years, 4 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: cc/test/impl_side_painting_settings.h
diff --git a/cc/test/impl_side_painting_settings.h b/cc/test/impl_side_painting_settings.h
index 6929a484c87738aaf03254e01e3b60d86e6f0af3..c0548dcb8b972910f91d04bca3b6e0c3f12a25b4 100644
--- a/cc/test/impl_side_painting_settings.h
+++ b/cc/test/impl_side_painting_settings.h
@@ -13,6 +13,7 @@ class ImplSidePaintingSettings : public LayerTreeSettings {
public:
ImplSidePaintingSettings() {
impl_side_painting = true;
+ max_bytes_pending_upload = 16 * 1024 * 1024;
}
};

Powered by Google App Engine
This is Rietveld 408576698