* commit '5af4edef084f4d3f94af71acca53c68929e82008': Fix bug #10205316 CTS (KLP): android.graphics tests are failing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user