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

Unified Diff: cc/base/math_util.h

Issue 394193003: Implement HiDPI and pinch-zoom scaling of filter params (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unittests Created 6 years, 5 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 | « no previous file | cc/base/math_util.cc » ('j') | cc/layers/render_surface_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/math_util.h
diff --git a/cc/base/math_util.h b/cc/base/math_util.h
index 3af2102152098df6b4890f1446061cc26ee4a9b8..72ff5e6424c607627da61e9778ef13d2df1061f5 100644
--- a/cc/base/math_util.h
+++ b/cc/base/math_util.h
@@ -180,6 +180,7 @@ class CC_EXPORT MathUtil {
static scoped_ptr<base::Value> AsValue(const gfx::PointF& q);
static scoped_ptr<base::Value> AsValue(const gfx::Point3F&);
static scoped_ptr<base::Value> AsValue(const gfx::Vector2d& v);
+ static scoped_ptr<base::Value> AsValue(const gfx::Vector2dF& v);
static scoped_ptr<base::Value> AsValue(const gfx::QuadF& q);
static scoped_ptr<base::Value> AsValue(const gfx::RectF& rect);
static scoped_ptr<base::Value> AsValue(const gfx::Transform& transform);
« no previous file with comments | « no previous file | cc/base/math_util.cc » ('j') | cc/layers/render_surface_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698