| Index: ui/gfx/transform.h
|
| diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
|
| index 8156b7265c936004178dbfd74f8fea36af7d83f0..68a734e624054810deea74265d8b46a2d493dc4e 100644
|
| --- a/ui/gfx/transform.h
|
| +++ b/ui/gfx/transform.h
|
| @@ -238,6 +238,8 @@ class GFX_EXPORT Transform {
|
| // DecomposedTransform.
|
| bool Blend(const Transform& from, double progress);
|
|
|
| + void RoundTranslationComponents();
|
| +
|
| // Returns |this| * |other|.
|
| Transform operator*(const Transform& other) const {
|
| return Transform(*this, other);
|
|
|