Index: cc/math_util.h |
diff --git a/cc/math_util.h b/cc/math_util.h |
index d47c80a7ded822f34aac51389e3ac62b4b8ccc86..a3a6016e275b66ea4acc7d806ecba320e5cb2641 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, |