| 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 5fe5a79183a88b629c7f3656c23daff46194738d..176e3e2db99bbef6d0a80536754d8ce6d1aae829 100644
|
| --- a/gpu/command_buffer/service/framebuffer_manager.h
|
| +++ b/gpu/command_buffer/service/framebuffer_manager.h
|
| @@ -74,7 +74,7 @@ class GPU_EXPORT Framebuffer : public base::RefCounted<Framebuffer> {
|
| // Attaches a texture to a particlar attachment. Pass null to detach.
|
| void AttachTexture(
|
| GLenum attachment, TextureRef* texture_ref, GLenum target,
|
| - GLint level);
|
| + GLint level, GLsizei samples);
|
|
|
| // Unbinds the given renderbuffer if it is bound.
|
| void UnbindRenderbuffer(
|
|
|