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

Unified Diff: cc/output/renderer.h

Issue 612093008: gpu: Rename Capabilities::map_image to Capabilities::image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: should only be a rename Created 6 years, 3 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 | « cc/output/gl_renderer.cc ('k') | cc/output/renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index da0ddc1dc8e0dc6edd20f0edb4d42b4c8e1d2b52..19533104b2b2db3361ec3c08c226ee6e91aac80f 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -34,7 +34,7 @@ struct RendererCapabilitiesImpl {
// Capabilities used on compositor thread only.
bool using_partial_swap;
bool using_egl_image;
- bool using_map_image;
+ bool using_image;
bool using_discard_framebuffer;
bool allow_rasterize_on_demand;
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | cc/output/renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698