Index: ui/gfx/quad_f.h |
diff --git a/ui/gfx/quad_f.h b/ui/gfx/quad_f.h |
index a63dcfced1f707b99b31d40f9b51510bf2b4af5b..faf214941beb3fb915bccb68fee53f682079e6eb 100644 |
--- a/ui/gfx/quad_f.h |
+++ b/ui/gfx/quad_f.h |
@@ -30,7 +30,6 @@ class UI_EXPORT QuadF { |
p3_(rect.right(), rect.bottom()), |
p4_(rect.x(), rect.bottom()) {} |
- void operator=(const QuadF& quad); |
void operator=(const RectF& rect); |
void set_p1(const PointF& p) { p1_ = p; } |