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

Unified Diff: cc/layer_quad.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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 | « base/values.cc ('k') | cc/layer_tree_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_quad.h
diff --git a/cc/layer_quad.h b/cc/layer_quad.h
index 29bbec8f755e039c2a812cc13fd4e880c19bfcb9..2dcdf2ded00a7d9b6084815ee1f36bb8461a14d5 100644
--- a/cc/layer_quad.h
+++ b/cc/layer_quad.h
@@ -78,7 +78,7 @@ public:
};
LayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom);
- LayerQuad(const gfx::QuadF&);
+ explicit LayerQuad(const gfx::QuadF&);
Edge left() const { return m_left; }
Edge top() const { return m_top; }
« no previous file with comments | « base/values.cc ('k') | cc/layer_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698