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

Unified Diff: cc/output/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/renderer.h ('k') | cc/resources/raster_worker_pool_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.cc
diff --git a/cc/output/renderer.cc b/cc/output/renderer.cc
index 2a330288bb48ce24251aef92db1f5bcebb28adec..7be8075a8e1fa33dee7d9ea7093a422f6c497d1d 100644
--- a/cc/output/renderer.cc
+++ b/cc/output/renderer.cc
@@ -27,9 +27,10 @@ RendererCapabilitiesImpl::RendererCapabilitiesImpl()
using_shared_memory_resources(false),
using_partial_swap(false),
using_egl_image(false),
- using_map_image(false),
+ using_image(false),
using_discard_framebuffer(false),
- allow_rasterize_on_demand(false) {}
+ allow_rasterize_on_demand(false) {
+}
RendererCapabilitiesImpl::~RendererCapabilitiesImpl() {}
« no previous file with comments | « cc/output/renderer.h ('k') | cc/resources/raster_worker_pool_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698