am 5af4edef: Merge "Fix bug #10205316 CTS (KLP): android.graphics tests are failing" into klp-dev

* commit '5af4edef084f4d3f94af71acca53c68929e82008':
  Fix bug #10205316 CTS (KLP): android.graphics tests are failing
This commit is contained in:
Fabrice Di Meglio
2013-08-09 15:21:55 -07:00
committed by Android Git Automerger

View File

@@ -431,6 +431,8 @@ public class Paint {
mRasterizer = paint.mRasterizer;
if (paint.mShader != null) {
mShader = paint.mShader.copy();
} else {
mShader = null;
}
mTypeface = paint.mTypeface;
mXfermode = paint.mXfermode;