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

Unified Diff: cc/CCLayerQuad.h

Issue 10942040: Fix CC*Renderer and CC*LayerImpl to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: cc/CCLayerQuad.h
diff --git a/cc/CCLayerQuad.h b/cc/CCLayerQuad.h
index 03f161f67582e4df6aa4310a25d51ac4a96c2988..8be296fbf3c5a9d6798521c8be1ab9065bc95f6f 100644
--- a/cc/CCLayerQuad.h
+++ b/cc/CCLayerQuad.h
@@ -75,13 +75,7 @@ public:
float m_z;
};
- CCLayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom)
- : m_left(left)
- , m_top(top)
- , m_right(right)
- , m_bottom(bottom)
- {
- }
+ CCLayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom);
CCLayerQuad(const FloatQuad&);
Edge left() const { return m_left; }
« no previous file with comments | « cc/CCLayerImpl.cpp ('k') | cc/CCLayerQuad.cpp » ('j') | cc/CCTiledLayerImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698