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

Unified Diff: cc/output/gl_renderer.cc

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/delegating_renderer.cc ('k') | cc/output/renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.cc
diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
index ebc9a1a911c06ba44dbbde250b806b4b071106aa..8022922aa3f17dec92bc72b81f0e6bd7a36a0c51 100644
--- a/cc/output/gl_renderer.cc
+++ b/cc/output/gl_renderer.cc
@@ -330,7 +330,7 @@ GLRenderer::GLRenderer(RendererClient* client,
// The updater can access textures while the GLRenderer is using them.
capabilities_.allow_partial_texture_updates = true;
- capabilities_.using_map_image = context_caps.gpu.map_image;
+ capabilities_.using_image = context_caps.gpu.image;
capabilities_.using_discard_framebuffer =
context_caps.gpu.discard_framebuffer;
« no previous file with comments | « cc/output/delegating_renderer.cc ('k') | cc/output/renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698