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

Unified Diff: webkit/compositor_bindings/web_transform_operations_impl.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_transform_operations_impl.h
diff --git a/webkit/compositor_bindings/web_transform_operations_impl.h b/webkit/compositor_bindings/web_transform_operations_impl.h
index a92f20da586cb1db59c522308435d1f4824ad08d..14b01fc9f28fa62996b454267f52783ee04976c2 100644
--- a/webkit/compositor_bindings/web_transform_operations_impl.h
+++ b/webkit/compositor_bindings/web_transform_operations_impl.h
@@ -28,6 +28,7 @@ class WebTransformOperationsImpl : public WebKit::WebTransformOperations {
virtual void appendScale(double x, double y, double z);
virtual void appendSkew(double x, double y);
virtual void appendPerspective(double depth);
+ virtual void appendMatrix(const SkMatrix44&);
virtual void appendMatrix(const WebKit::WebTransformationMatrix&);
virtual void appendIdentity();
virtual bool isIdentity() const;

Powered by Google App Engine
This is Rietveld 408576698