Fix compilation of GLTestContext_angle.cpp"
TBR=robertphillips@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1850783003 BUG=skia: Review URL: https://codereview.chromium.org/1850783003 .
This commit is contained in:
parent
273c0f5e87
commit
4d51f64ff1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user