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

Unified Diff: cc/test/test_in_process_context_provider.cc

Issue 739003002: cc: Test one copy in mask unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/test/layer_tree_pixel_resource_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_in_process_context_provider.cc
diff --git a/cc/test/test_in_process_context_provider.cc b/cc/test/test_in_process_context_provider.cc
index 34b0493d8120c032b08f5419450a9687fd148526..847bc923b5486d55db4d213d1ff2183d3f3377a7 100644
--- a/cc/test/test_in_process_context_provider.cc
+++ b/cc/test/test_in_process_context_provider.cc
@@ -129,6 +129,7 @@ TestInProcessContextProvider::ContextCapabilities() {
ContextProvider::Capabilities capabilities;
capabilities.gpu.image = true;
capabilities.gpu.texture_rectangle = true;
+ capabilities.gpu.sync_query = true;
reveman 2014/11/18 22:20:41 no need to change this but it works without this t
enne (OOO) 2014/11/18 22:23:40 No, it does not. ResourceProvider does not end up
reveman 2014/11/18 22:26:26 I don't think there's a CanUseOneCopyRasterWorkerP
enne (OOO) 2014/11/18 22:29:26 When did it get removed? https://code.google.com/p
reveman 2014/11/18 22:56:57 Oh, it was removed by: https://chromium.googlesou
return capabilities;
}
« no previous file with comments | « cc/test/layer_tree_pixel_resource_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698