| Index: components/display_compositor/buffer_queue.h
|
| diff --git a/components/display_compositor/buffer_queue.h b/components/display_compositor/buffer_queue.h
|
| index 6d5a2d33b007f42523ac48a8b75d8400ea572337..7ac212e1be72b2dbcfbc20828e0d22f2c5834c56 100644
|
| --- a/components/display_compositor/buffer_queue.h
|
| +++ b/components/display_compositor/buffer_queue.h
|
| @@ -37,9 +37,9 @@ namespace display_compositor {
|
| class GLHelper;
|
|
|
| // Provides a surface that manages its own buffers, backed by GpuMemoryBuffers
|
| -// created using CHROMIUM_gpu_memory_buffer_image. Double/triple buffering is
|
| -// implemented internally. Doublebuffering occurs if PageFlipComplete is called
|
| -// before the next BindFramebuffer call, otherwise it creates extra buffers.
|
| +// created using CHROMIUM_image. Double/triple buffering is implemented
|
| +// internally. Doublebuffering occurs if PageFlipComplete is called before the
|
| +// next BindFramebuffer call, otherwise it creates extra buffers.
|
| class DISPLAY_COMPOSITOR_EXPORT BufferQueue {
|
| public:
|
| BufferQueue(gpu::gles2::GLES2Interface* gl,
|
|
|