Chromium Code Reviews| 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() {} |
|
Ian Vollick
2016/07/02 01:26:06
Is this related to the other changes, or is it jus
|
| bool operator==(const Transform& rhs) const { return matrix_ == rhs.matrix_; } |
| bool operator!=(const Transform& rhs) const { return matrix_ != rhs.matrix_; } |