Commit c4433f48 by Sami Väisänen Committed by Commit Bot

Fix uninitialized variables in BlendMinMaxTest

BUG=angleproject:1443 Change-Id: I1ad2ecee3ffc81a4d1c128aa4de4437e3ee88e34 Reviewed-on: https://chromium-review.googlesource.com/360120Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 138064f5
......@@ -23,6 +23,8 @@ class BlendMinMaxTest : public ANGLETest
mProgram = 0;
mColorLocation = -1;
mFramebuffer = 0;
mColorRenderbuffer = 0;
}
struct Color
......
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