| Index: ui/compositor/test/test_utils.h
|
| diff --git a/ui/compositor/test/test_utils.h b/ui/compositor/test/test_utils.h
|
| index 3364ba3920dc11f63a4f91fe436a4b599c7bd34e..9f2163b644785574fceab5654d9e759893dcdba6 100644
|
| --- a/ui/compositor/test/test_utils.h
|
| +++ b/ui/compositor/test/test_utils.h
|
| @@ -7,13 +7,13 @@
|
|
|
| namespace gfx {
|
| class Rect;
|
| +class Transform;
|
| }
|
|
|
| namespace ui {
|
|
|
| -class Transform;
|
| -
|
| -void CheckApproximatelyEqual(const Transform& lhs, const Transform& rhs);
|
| +void CheckApproximatelyEqual(const gfx::Transform& lhs,
|
| + const gfx::Transform& rhs);
|
| void CheckApproximatelyEqual(const gfx::Rect& lhs, const gfx::Rect& rhs);
|
|
|
| } // namespace ui
|
|
|