Chromium Code Reviews| Index: services/ui/demo/bitmap_uploader.cc |
| diff --git a/services/ui/demo/bitmap_uploader.cc b/services/ui/demo/bitmap_uploader.cc |
| index b208ed8627a08f613b72d061dee16a71ae1c1589..66047d89b7b21481a4350d8cc5ce4b378d90d957 100644 |
| --- a/services/ui/demo/bitmap_uploader.cc |
| +++ b/services/ui/demo/bitmap_uploader.cc |
| @@ -84,6 +84,7 @@ void BitmapUploader::Upload() { |
| const cc::RenderPassId render_pass_id(1, 1); |
| std::unique_ptr<cc::RenderPass> pass = cc::RenderPass::Create(); |
| pass->SetAll(render_pass_id, bounds, bounds, gfx::Transform(), |
| + cc::FilterOperations(), cc::FilterOperations(), |
|
danakj
2016/12/01 01:50:46
This should use SetNew for that reason. It can set
ajuma
2016/12/13 15:08:12
Done.
|
| true /* has_transparent_background */); |
| // The SharedQuadState is owned by the SharedQuadStateList |