| Index: gpu/command_buffer/service/framebuffer_manager.h
|
| diff --git a/gpu/command_buffer/service/framebuffer_manager.h b/gpu/command_buffer/service/framebuffer_manager.h
|
| index 61019d5614bdaf64b02addeca00f2d0b74b1b42b..3bbd6de07470113823105c9a6c7241d7844b5006 100644
|
| --- a/gpu/command_buffer/service/framebuffer_manager.h
|
| +++ b/gpu/command_buffer/service/framebuffer_manager.h
|
| @@ -123,7 +123,7 @@ class GPU_EXPORT Framebuffer : public base::RefCounted<Framebuffer> {
|
|
|
| bool HasDepthAttachment() const;
|
| bool HasStencilAttachment() const;
|
| - GLenum GetDrawBufferInternalFormat() const;
|
| + GLenum GetColorAttachmentFormat() const;
|
| GLenum GetReadBufferInternalFormat() const;
|
| // If the color attachment is a texture, returns its type; otherwise,
|
| // returns 0.
|
|
|