summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/angle/src/libANGLE/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/angle/src/libANGLE/Texture.h')
-rw-r--r--chromium/third_party/angle/src/libANGLE/Texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/angle/src/libANGLE/Texture.h b/chromium/third_party/angle/src/libANGLE/Texture.h
index 7525da2b2ff..a63b6cd6a78 100644
--- a/chromium/third_party/angle/src/libANGLE/Texture.h
+++ b/chromium/third_party/angle/src/libANGLE/Texture.h
@@ -269,6 +269,7 @@ class Texture final : public egl::ImageSibling,
const uint8_t *pixels);
Error setSubImage(const Context *context,
const PixelUnpackState &unpackState,
+ Buffer *unpackBuffer,
GLenum target,
size_t level,
const Box &area,