Skip to content
Snippets Groups Projects
Commit 5af4edef authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

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

parents 5893a97c 41207bce
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment