| Index: ui/gfx/transform.h
|
| diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
|
| index c7a4684f56fdd1deda4ca54057196a13c8c405a5..b580a6712b7ac9edaf65ce268cefb539a66df56b 100644
|
| --- a/ui/gfx/transform.h
|
| +++ b/ui/gfx/transform.h
|
| @@ -68,7 +68,6 @@ class GFX_EXPORT Transform {
|
| SkMScalar col2row2,
|
| SkMScalar x_translation,
|
| SkMScalar y_translation);
|
| - ~Transform() {}
|
|
|
| bool operator==(const Transform& rhs) const { return matrix_ == rhs.matrix_; }
|
| bool operator!=(const Transform& rhs) const { return matrix_ != rhs.matrix_; }
|
|
|