Index: tools/gpu/gl/angle/GLTestContext_angle.cpp |
diff --git a/tools/gpu/gl/angle/GLTestContext_angle.cpp b/tools/gpu/gl/angle/GLTestContext_angle.cpp |
index 0b4aae9f343dfaf68c1a5aae3e61f41827498ede..daa53c4e0139167c7a53c6dcaf49c1f60f7d2f60 100644 |
--- a/tools/gpu/gl/angle/GLTestContext_angle.cpp |
+++ b/tools/gpu/gl/angle/GLTestContext_angle.cpp |
@@ -225,7 +225,7 @@ GrGLuint ANGLEGLContext::eglImageToExternalTexture(GrEGLImage image) const { |
sk_gpu_test::GLTestContext* ANGLEGLContext::createNew() const { |
#ifdef SK_BUILD_FOR_WIN |
- sk_gpu_test::GLTestContext* ctx = fIsGLBackend? |
+ sk_gpu_test::GLTestContext* ctx = fIsGLBackend |
? sk_gpu_test::CreateANGLEOpenGLGLTestContext() |
: sk_gpu_test::CreateANGLEDirect3DGLTestContext(); |
#else |