Merge "Fix build"

This commit is contained in:
Romain Guy
2012-01-19 18:16:11 -08:00
committed by Android (Google) Code Review

View File

@@ -522,9 +522,8 @@ public class Canvas {
/**
* Return a new matrix with a copy of the canvas' current transformation
* matrix.
*
* @Deprecated
*/
@Deprecated
public final Matrix getMatrix() {
Matrix m = new Matrix();
//noinspection deprecation