OSDN Git Service

Fix build
authorAlan Viverette <alanv@google.com>
Thu, 11 Dec 2014 00:28:43 +0000 (16:28 -0800)
committerAlan Viverette <alanv@google.com>
Thu, 11 Dec 2014 00:29:59 +0000 (16:29 -0800)
Change-Id: I2efdf2790aa768eaaa6e7e0b80a9ad7b2ddf3cb9

graphics/java/android/graphics/drawable/GradientDrawable.java

index 48fea46..cb42397 100644 (file)
@@ -1796,6 +1796,6 @@ public class GradientDrawable extends Drawable {
             }
         }
 
-        mTintFilter = updateTintFilter(mTintFilter, s.mTint, s.mTintMode);
+        mTintFilter = updateTintFilter(mTintFilter, state.mTint, state.mTintMode);
     }
 }