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

Unified Diff: webkit/compositor_bindings/web_transformation_matrix_util.h

Issue 12629006: Prepare for removing WebTransformationMatrix from animation APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: webkit/compositor_bindings/web_transformation_matrix_util.h
diff --git a/webkit/compositor_bindings/web_transformation_matrix_util.h b/webkit/compositor_bindings/web_transformation_matrix_util.h
index e65afe2851d7db3d4383a95eb5e26ea9a6a86541..50dbef7ad21759596273998cc00b732f968db9e8 100644
--- a/webkit/compositor_bindings/web_transformation_matrix_util.h
+++ b/webkit/compositor_bindings/web_transformation_matrix_util.h
@@ -14,9 +14,6 @@ class WebTransformationMatrixUtil {
public:
static gfx::Transform ToTransform(
const WebKit::WebTransformationMatrix& matrix);
-
- static WebKit::WebTransformationMatrix ToWebTransformationMatrix(
- const gfx::Transform& transform);
};
} // namespace webkit

Powered by Google App Engine
This is Rietveld 408576698