| Index: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| index 3df918e91d568c2c88d3bb74be471bf1c0640a36..6522650c51837a1c1f5892113bbbf32f25a53372 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| Platform3DObject object() const { return m_object; }
|
|
|
| - void setAttachmentForBoundFramebuffer(GLenum target, GLenum attachment, GLenum texTarget, WebGLTexture*, GLint level);
|
| + void setAttachmentForBoundFramebuffer(GLenum target, GLenum attachment, GLenum texTarget, WebGLTexture*, GLint level, GLint layer);
|
| void setAttachmentForBoundFramebuffer(GLenum target, GLenum attachment, WebGLRenderbuffer*);
|
| // If an object is attached to the currently bound framebuffer, remove it.
|
| void removeAttachmentFromBoundFramebuffer(GLenum target, WebGLSharedObject*);
|
|
|