Index: cc/math_util.h |
diff --git a/cc/math_util.h b/cc/math_util.h |
index e3ed2d3f5c8c5f6df38b33a29ceaa9568bc55fa4..94a9b9c03e803f51e3ca27230267a46990cd1c0d 100644 |
--- a/cc/math_util.h |
+++ b/cc/math_util.h |
@@ -121,7 +121,6 @@ public: |
// TODO(shawnsingh, vollick) we should phase out as much as possible of |
// these temporary functions, putting functionality into gfx::Transform. |
static void rotateEulerAngles(gfx::Transform*, double eulerX, double eulerY, double eulerZ); |
- static gfx::Transform inverse(const gfx::Transform&); |
static gfx::Transform to2dTransform(const gfx::Transform&); |
// Note carefully: the args here are labeled as per Webcore indexing conventions. |
static gfx::Transform createGfxTransform(double m11, double m12, double m13, double m14, |