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

Unified Diff: ui/gfx/transform_util.h

Issue 1071803003: Update matrix distance metric to account for snapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grammar Created 5 years, 8 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 | « cc/trees/layer_tree_host_common.cc ('k') | ui/gfx/transform_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/transform_util.h
diff --git a/ui/gfx/transform_util.h b/ui/gfx/transform_util.h
index 83630b1b647dfbd33c10ad9bbd2f8ca94c92ac40..597d87712f93dfa192973c97dc692613af60c621 100644
--- a/ui/gfx/transform_util.h
+++ b/ui/gfx/transform_util.h
@@ -65,9 +65,6 @@ GFX_EXPORT bool SnapTransform(Transform* out,
GFX_EXPORT Transform TransformAboutPivot(const gfx::Point& pivot,
const gfx::Transform& transform);
-// Computes the Frobenius norm of (a - b).
-GFX_EXPORT float MatrixDistance(const Transform& a, const Transform& b);
-
} // namespace gfx
#endif // UI_GFX_TRANSFORM_UTIL_H_
« no previous file with comments | « cc/trees/layer_tree_host_common.cc ('k') | ui/gfx/transform_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698