From 6c8c34e65ff8248ec7374e0d662d7f5684d800fa Mon Sep 17 00:00:00 2001 From: "tomhudson@google.com" Date: Tue, 14 Feb 2012 15:31:03 +0000 Subject: Update cross-platform #include paths to new include/gpu/gl directory (aka cowboy fix 3185). git-svn-id: http://skia.googlecode.com/svn/trunk@3186 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/android/GrGLCreateNativeInterface_android.cpp | 2 +- src/gpu/android/SkNativeGLContext_android.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu/android') diff --git a/src/gpu/android/GrGLCreateNativeInterface_android.cpp b/src/gpu/android/GrGLCreateNativeInterface_android.cpp index 5147627be9..db629f20d6 100644 --- a/src/gpu/android/GrGLCreateNativeInterface_android.cpp +++ b/src/gpu/android/GrGLCreateNativeInterface_android.cpp @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "GrGLInterface.h" +#include "gl/GrGLInterface.h" #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES diff --git a/src/gpu/android/SkNativeGLContext_android.cpp b/src/gpu/android/SkNativeGLContext_android.cpp index eb58c27eab..dd444dfc48 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(); -- cgit v1.2.3