| Index: third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h b/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| index ccec4d6c62c8af3a30c8be9d6780eb7e4e170dbd..01d9347dddda8ba85dae4913a7d436d9ae4291a3 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| @@ -6,6 +6,7 @@
|
| #define WebGLGetBufferSubDataAsync_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| +#include "core/dom/NotShared.h"
|
| #include "modules/webgl/WebGLExtension.h"
|
|
|
| namespace blink {
|
| @@ -25,7 +26,7 @@ class WebGLGetBufferSubDataAsync final : public WebGLExtension {
|
| ScriptPromise getBufferSubDataAsync(ScriptState*,
|
| GLenum target,
|
| GLintptr srcByteOffset,
|
| - DOMArrayBufferView*,
|
| + NotShared<DOMArrayBufferView>,
|
| GLuint dstOffset,
|
| GLuint length);
|
|
|
|
|