Commit 1e949799 by Nico Weber

Fix build after https://chromium-review.googlesource.com/#/c/293865

Change-Id: I691d80deff03b49463b08d093934b44b049a0606 Reviewed-on: https://chromium-review.googlesource.com/294163Reviewed-by: 's avatarNico Weber <thakis@chromium.org> Tested-by: 's avatarNico Weber <thakis@chromium.org>
parent 33d71f58
...@@ -67,7 +67,7 @@ class TextureD3D : public TextureImpl ...@@ -67,7 +67,7 @@ class TextureD3D : public TextureImpl
FramebufferAttachmentRenderTarget **rtOut) override; FramebufferAttachmentRenderTarget **rtOut) override;
protected: protected:
gl::Error setImageImpl(Implconst gl::ImageIndex &index, gl::Error setImageImpl(const gl::ImageIndex &index,
GLenum type, GLenum type,
const gl::PixelUnpackState &unpack, const gl::PixelUnpackState &unpack,
const uint8_t *pixels, const uint8_t *pixels,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment