diff options
Diffstat (limited to 'src/gpu/android/SkNativeGLContext_android.cpp')
-rw-r--r-- | src/gpu/android/SkNativeGLContext_android.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/android/SkNativeGLContext_android.cpp b/src/gpu/android/SkNativeGLContext_android.cpp index eb58c27..dd444df 100644 --- a/src/gpu/android/SkNativeGLContext_android.cpp +++ b/src/gpu/android/SkNativeGLContext_android.cpp @@ -5,7 +5,7 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -#include "SkNativeGLContext.h" +#include "gl/SkNativeGLContext.h" SkNativeGLContext::AutoContextRestore::AutoContextRestore() { fOldEGLContext = eglGetCurrentContext(); |