Chromium Code Reviews| Index: components/exo/buffer.h |
| diff --git a/components/exo/buffer.h b/components/exo/buffer.h |
| index 03587800721e30ca1a99d17aa54a4c2932a553de..798bbfdec17354061adbd857060ed55ce5862fa5 100644 |
| --- a/components/exo/buffer.h |
| +++ b/components/exo/buffer.h |
| @@ -56,11 +56,11 @@ class Buffer : public base::SupportsWeakPtr<Buffer> { |
| // This function can be used to acquire a texture mailbox for the contents of |
| // buffer. Returns a release callback on success. The release callback should |
| // be called before a new texture mailbox can be acquired unless |
| - // |lost_context| is true. |
| + // |non_client_usage| is true. |
| std::unique_ptr<cc::SingleReleaseCallback> ProduceTextureMailbox( |
| cc::TextureMailbox* mailbox, |
| bool secure_output_only, |
| - bool lost_context); |
| + bool non_client_usage); |
|
Daniele Castagna
2016/06/06 02:47:53
I think in general is better to avoid negative nam
reveman
2016/06/06 03:17:36
Done.
|
| // Returns the size of the buffer. |
| gfx::Size GetSize() const; |