Commit e453dd31 by Geoff Lang

Fix warning about initialization order in BlitGL.

BUG=angleproject:1113 Change-Id: I808d521ffc257c2f45badbbd462698f91def314f Reviewed-on: https://chromium-review.googlesource.com/295830Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 80ecac9e
......@@ -58,8 +58,8 @@ BlitGL::BlitGL(const FunctionsGL *functions,
mWorkarounds(workarounds),
mStateManager(stateManager),
mBlitProgram(0),
mScratchFBO(0),
mScratchTexture(0),
mScratchFBO(0),
mVAO(0)
{
ASSERT(mFunctions);
......
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