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

Unified Diff: cc/output/delegating_renderer.cc

Issue 843633003: Enable partial texture upload support for browser compositor with Surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/output/delegating_renderer.cc
diff --git a/cc/output/delegating_renderer.cc b/cc/output/delegating_renderer.cc
index c05c32f2abbc66941800d49ba78d09ec99da4261..75fc2d6c54f21836d83ebe7626b52133e20234d1 100644
--- a/cc/output/delegating_renderer.cc
+++ b/cc/output/delegating_renderer.cc
@@ -41,7 +41,8 @@ DelegatingRenderer::DelegatingRenderer(RendererClient* client,
capabilities_.using_partial_swap = false;
capabilities_.max_texture_size = resource_provider_->max_texture_size();
capabilities_.best_texture_format = resource_provider_->best_texture_format();
- capabilities_.allow_partial_texture_updates = false;
+ capabilities_.allow_partial_texture_updates =
danakj 2015/01/09 01:11:12 Thanks, this LGTM for non-impl-side painting. (I d
+ output_surface->capabilities().can_force_reclaim_resources;
if (!output_surface_->context_provider()) {
capabilities_.using_shared_memory_resources = true;
« no previous file with comments | « no previous file | cc/output/output_surface.h » ('j') | content/browser/compositor/surface_display_output_surface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698