Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: ui/gfx/quad_f.h

Issue 12250019: Removed gfx::QuadF::operator =(const gfx::QuadF&) and let the compiler generate one (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/quad_f.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | ui/gfx/quad_f.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698