Commit 7c9e2167 by Geoff Lang

Fix compile error on 32-bit builds.

BUG=angle:520 Change-Id: Ibd3f46ca565ddd96820ef52b140f7e99cf28a5c2 Reviewed-on: https://chromium-review.googlesource.com/223168Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 5dce5e29
...@@ -606,7 +606,6 @@ TextureStorage11_2D::~TextureStorage11_2D() ...@@ -606,7 +606,6 @@ TextureStorage11_2D::~TextureStorage11_2D()
if (error.isError()) if (error.isError())
{ {
// TODO: Find a way to report this back to the context // TODO: Find a way to report this back to the context
ERR(error.getMessage().c_str());
} }
} }
} }
......
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