| Index: media/gpu/shared_memory_region.h
|
| diff --git a/media/gpu/shared_memory_region.h b/media/gpu/shared_memory_region.h
|
| index 2ca11d7e9032cfdbf8b8dd01ad4dc212fddebb0c..09984a70bcaa0ad9a5c52fb4040deab82308dedd 100644
|
| --- a/media/gpu/shared_memory_region.h
|
| +++ b/media/gpu/shared_memory_region.h
|
| @@ -29,8 +29,7 @@ class SharedMemoryRegion {
|
| bool read_only);
|
|
|
| // Creates a SharedMemoryRegion from the given |bistream_buffer|.
|
| - SharedMemoryRegion(const media::BitstreamBuffer& bitstream_buffer,
|
| - bool read_only);
|
| + SharedMemoryRegion(const BitstreamBuffer& bitstream_buffer, bool read_only);
|
|
|
| // Maps the shared memory into the caller's address space.
|
| // Return true on success, false otherwise.
|
|
|