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

Unified Diff: cc/trees/layer_tree_host_unittest.cc

Issue 2781183002: Remove image_decode_tasks_enabled flag. (Closed)
Patch Set: fixes Created 3 years, 8 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/trees/layer_tree_host_impl_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_checkerimaging.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest.cc
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
index 700ebd21223eeb0a3066e6486510e9abc9218dc9..82771caabae83f3742209029039325b04ce53578 100644
--- a/cc/trees/layer_tree_host_unittest.cc
+++ b/cc/trees/layer_tree_host_unittest.cc
@@ -7179,7 +7179,6 @@ class GpuRasterizationSucceedsWithLargeImage : public LayerTreeHostTest {
recording->add_draw_image(CreateDiscardableImage(large_image_size_),
gfx::Point(0, 0));
- recording->SetGenerateDiscardableImagesMetadata(true);
recording->Rerecord();
scoped_refptr<FakePictureLayer> root =
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_checkerimaging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698