1,295
edits
(→Clips) |
|||
| Line 113: | Line 113: | ||
Clip& operator=(const Clip& aClip) { aClip.CopyTo(this); return *this; } | Clip& operator=(const Clip& aClip) { aClip.CopyTo(this); return *this; } | ||
protected: | |||
// Rectangular clips can just store a rect here and use null mPrivate. | // Rectangular clips can just store a rect here and use null mPrivate. | ||
Rect mRect; | Rect mRect; | ||
edits