Commit d8cd6f2c by Geoff Lang

Fix clang warning in Buffer.cpp

BUG=angleproject:520 Change-Id: I3ee9e61a6a25eb6f16cf7d68d6da27ba1eec752d Reviewed-on: https://chromium-review.googlesource.com/320240Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 70d0f499
...@@ -17,8 +17,8 @@ namespace gl ...@@ -17,8 +17,8 @@ namespace gl
Buffer::Buffer(rx::BufferImpl *impl, GLuint id) Buffer::Buffer(rx::BufferImpl *impl, GLuint id)
: RefCountObject(id), : RefCountObject(id),
mLabel(),
mBuffer(impl), mBuffer(impl),
mLabel(),
mUsage(GL_STATIC_DRAW), mUsage(GL_STATIC_DRAW),
mSize(0), mSize(0),
mAccessFlags(0), mAccessFlags(0),
......
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