| Index: cc/resources/texture_mailbox.cc
|
| diff --git a/cc/resources/texture_mailbox.cc b/cc/resources/texture_mailbox.cc
|
| index b94394893056a6445657ff85d61ca976743b7478..6788fe5b4cf357a023aed35ccff64ac471c1c526 100644
|
| --- a/cc/resources/texture_mailbox.cc
|
| +++ b/cc/resources/texture_mailbox.cc
|
| @@ -36,13 +36,11 @@ TextureMailbox::TextureMailbox(
|
| const gpu::SyncToken& sync_token,
|
| uint32_t target,
|
| const gfx::Size& size_in_pixels,
|
| - const gfx::GpuMemoryBufferId& gpu_memory_buffer_id,
|
| bool is_overlay_candidate,
|
| bool secure_output_only)
|
| : mailbox_holder_(mailbox, sync_token, target),
|
| shared_bitmap_(nullptr),
|
| size_in_pixels_(size_in_pixels),
|
| - gpu_memory_buffer_id_(gpu_memory_buffer_id),
|
| is_overlay_candidate_(is_overlay_candidate),
|
| secure_output_only_(secure_output_only),
|
| nearest_neighbor_(false) {
|
|
|