commit | b86a48222cc97408b38b2a10d1ad0e0869ef3533 | [log] [tgz] |
---|---|---|
author | Jim Blackler <jimblackler@google.com> | Sat Jun 08 20:56:26 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 08 20:56:26 2024 +0000 |
tree | 8a794c6a68f138c48aa768289b30dbb9dc086d5d | |
parent | 648d68e78024144b9b75edc8888e24dc0c153949 [diff] |
Fix for compatibility issue with Android compiler. Change-Id: Iaa5f28535d107cb3564437b0109186a0584ae917 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192340 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
diff --git a/src/dawn/native/opengl/DeviceGL.h b/src/dawn/native/opengl/DeviceGL.h index b11409a..1e943fe 100644 --- a/src/dawn/native/opengl/DeviceGL.h +++ b/src/dawn/native/opengl/DeviceGL.h
@@ -143,7 +143,7 @@ const OpenGLFunctions mGL; GLFormatTable mFormatTable; - std::unique_ptr<ContextEGL> mContext = nullptr; + std::unique_ptr<ContextEGL> mContext; int mMaxTextureMaxAnisotropy = 0; };