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

Unified Diff: cc/resources/raster_worker_pool_perftest.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.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/raster_worker_pool_perftest.cc
diff --git a/cc/resources/raster_worker_pool_perftest.cc b/cc/resources/raster_worker_pool_perftest.cc
index 658435658f1d72407fc97b5d3aabc8f6a21b735f..3ae1c20f6e91736c7eab56bb53e97c3bfaf1210d 100644
--- a/cc/resources/raster_worker_pool_perftest.cc
+++ b/cc/resources/raster_worker_pool_perftest.cc
@@ -69,7 +69,7 @@ class PerfContextProvider : public ContextProvider {
virtual bool BindToCurrentThread() OVERRIDE { return true; }
virtual Capabilities ContextCapabilities() OVERRIDE {
Capabilities capabilities;
- capabilities.gpu.map_image = true;
+ capabilities.gpu.image = true;
capabilities.gpu.sync_query = true;
return capabilities;
}
« no previous file with comments | « cc/output/renderer.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698