aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-03-31 14:30:08 -0400
committerGravatar Brian Salomon <bsalomon@google.com>2016-03-31 14:30:08 -0400
commit4d51f64ff18e2e15c40fec0c374d89879ba273bc (patch)
tree8f00eace232d4cb707f91e929d71c57acb5077be
parent273c0f5e87397c40d22bb7e3ee078bb46a3f6860 (diff)
Fix compilation of GLTestContext_angle.cpp"
-rw-r--r--tools/gpu/gl/angle/GLTestContext_angle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpu/gl/angle/GLTestContext_angle.cpp b/tools/gpu/gl/angle/GLTestContext_angle.cpp
index 0b4aae9f34..daa53c4e01 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