Index: cc/base/math_util.h |
diff --git a/cc/base/math_util.h b/cc/base/math_util.h |
index 2763071ddc837f4e2dcee30fb11d97d515156349..4f9c64463adc8b18217eccd31c2338410fd89661 100644 |
--- a/cc/base/math_util.h |
+++ b/cc/base/math_util.h |
@@ -145,6 +145,7 @@ class CC_EXPORT MathUtil { |
// Conversion to value. |
static scoped_ptr<base::Value> AsValue(gfx::Size s); |
+ static scoped_ptr<base::Value> AsValue(gfx::Rect r); |
static scoped_ptr<base::Value> AsValue(gfx::PointF q); |
static scoped_ptr<base::Value> AsValue(const gfx::QuadF& q); |
static scoped_ptr<base::Value> AsValue(const gfx::RectF& rect); |