summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-12-11 14:42:27 -0800
committerJohn Reck <jreck@google.com>2012-12-11 14:58:14 -0800
commit8cb165add72646ba57cf2f072d91351a8544fbc5 (patch)
treec7f6b927b17fb1fc07d6b8211216ac0bd59a27f9 /src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java
parent203b6826f9958fbafd1a92b4a99d8d9e20e8b248 (diff)
downloadandroid_packages_apps_Snap-8cb165add72646ba57cf2f072d91351a8544fbc5.tar.gz
android_packages_apps_Snap-8cb165add72646ba57cf2f072d91351a8544fbc5.tar.bz2
android_packages_apps_Snap-8cb165add72646ba57cf2f072d91351a8544fbc5.zip
GL packaging refactor
Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
Diffstat (limited to 'src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java')
-rw-r--r--src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java b/src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java
index f57a312cb..4cf3edb34 100644
--- a/src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java
+++ b/src/com/android/gallery3d/ui/GalleryEGLConfigChooser.java
@@ -18,6 +18,7 @@ package com.android.gallery3d.ui;
import android.opengl.GLSurfaceView.EGLConfigChooser;
import com.android.gallery3d.common.ApiHelper;
+import com.android.gallery3d.glrenderer.GLCanvas;
import javax.microedition.khronos.egl.EGL10;
import javax.microedition.khronos.egl.EGLConfig;