Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: components/display_compositor/buffer_queue.h

Issue 2648893002: Remove remaining traces of CreateGpuMemoryBufferImageCHROMIUM (Closed)
Patch Set: Rebase, but don't pull in extra changes... Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/test_gles2_interface.cc ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_gpu_memory_buffer_image.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « cc/test/test_gles2_interface.cc ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_gpu_memory_buffer_image.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698