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..a1a26de21c051b0cdeb62823bf4d0d02465d0489 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*, |
+ const NotShared<DOMArrayBufferView>&, |
GLuint dstOffset, |
GLuint length); |