| Index: components/exo/buffer.h
|
| diff --git a/components/exo/buffer.h b/components/exo/buffer.h
|
| index c5f5c636906c4ce910b49d007b6d1ba24f4886ef..2b35056ae8b421d8786f277c33aac20661b926c6 100644
|
| --- a/components/exo/buffer.h
|
| +++ b/components/exo/buffer.h
|
| @@ -58,6 +58,7 @@ class Buffer : public base::SupportsWeakPtr<Buffer> {
|
| // |lost_context| is true.
|
| scoped_ptr<cc::SingleReleaseCallback> ProduceTextureMailbox(
|
| cc::TextureMailbox* mailbox,
|
| + bool secure_output_only,
|
| bool lost_context);
|
|
|
| // Returns the size of the buffer.
|
|
|