summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/SurfaceTextureScreenNail.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/SurfaceTextureScreenNail.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/SurfaceTextureScreenNail.java')
-rw-r--r--src/com/android/gallery3d/ui/SurfaceTextureScreenNail.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/ui/SurfaceTextureScreenNail.java b/src/com/android/gallery3d/ui/SurfaceTextureScreenNail.java
index ceed71abe..ef8959c9d 100644
--- a/src/com/android/gallery3d/ui/SurfaceTextureScreenNail.java
+++ b/src/com/android/gallery3d/ui/SurfaceTextureScreenNail.java
@@ -21,6 +21,8 @@ import android.graphics.RectF;
import android.graphics.SurfaceTexture;
import com.android.gallery3d.common.ApiHelper;
+import com.android.gallery3d.glrenderer.ExtTexture;
+import com.android.gallery3d.glrenderer.GLCanvas;
@TargetApi(ApiHelper.VERSION_CODES.HONEYCOMB)
public abstract class SurfaceTextureScreenNail implements ScreenNail,