| Index: ui/gfx/transform.h
|
| diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
|
| index 611db9e884a3d35c6f593657c040d4d4aa74ecb3..ce3fb67ed38ca11c7de11fc9a940d1fd8a66e780 100644
|
| --- a/ui/gfx/transform.h
|
| +++ b/ui/gfx/transform.h
|
| @@ -74,6 +74,9 @@ class Transform {
|
| // Applies transformation on the rectangle. Returns true of the rectangle is
|
| // transformed successfully.
|
| virtual bool TransformRect(gfx::Rect* rect) = 0;
|
| +
|
| + // operator=.
|
| + virtual void Copy(const Transform& transform) = 0;
|
| };
|
|
|
| } // namespace ui
|
|
|