Commit 928cccc6 by Corentin Wallez Committed by Geoff Lang

Sampler.cpp: Fix a warning on Linux and Mac

BUG= Change-Id: I58a19de9d5978aa4d65ac2ab1acd2fbd233ec6a2 Reviewed-on: https://chromium-review.googlesource.com/302463Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent ec3123bb
......@@ -16,7 +16,7 @@ namespace gl
{
Sampler::Sampler(rx::ImplFactory *factory, GLuint id)
: mImpl(factory->createSampler()), RefCountObject(id), mSamplerState()
: RefCountObject(id), mImpl(factory->createSampler()), mSamplerState()
{
}
......
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