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

Unified Diff: cc/output/delegating_renderer.cc

Issue 205193006: gpu: Remove map_image field from gpu::Capabilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move TODO Created 6 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
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/delegating_renderer.cc
diff --git a/cc/output/delegating_renderer.cc b/cc/output/delegating_renderer.cc
index b1893862ef9cf0d9ee04cddcf34dfbf6a2312ad2..ffaa159e40c3218a1ebf16546c7c3ef6cc403c3e 100644
--- a/cc/output/delegating_renderer.cc
+++ b/cc/output/delegating_renderer.cc
@@ -72,8 +72,7 @@ bool DelegatingRenderer::Initialize() {
DCHECK(!caps.gpu.iosurface || caps.gpu.texture_rectangle);
capabilities_.using_egl_image = caps.gpu.egl_image_external;
- capabilities_.using_map_image =
- settings_->use_map_image && caps.gpu.map_image;
+ capabilities_.using_map_image = settings_->use_map_image;
capabilities_.allow_rasterize_on_demand = false;
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698