am 754e9257: am 653af875: am 4d2f71e4: Fix framesequence sample app

* commit '754e925727f8cb5e6a581e23cf543fd52b63accf':
  Fix framesequence sample app
diff --git a/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java b/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
index af84a60..2328975 100644
--- a/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
+++ b/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
@@ -110,7 +110,7 @@
         super.onPause();
         ImageView imageView = (ImageView) findViewById(R.id.imageview);
 
-        mDrawable.recycle();
+        mDrawable.destroy();
         if (!mProvider.isEmpty()) throw new IllegalStateException("All bitmaps not recycled");
 
         mDrawable = null;