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

Unified Diff: Source/core/dom/DOMMatrixReadOnly.h

Issue 507593002: Implement flip*() methods in DOMMatrixReaOnly. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/core/dom/DOMMatrixReadOnly.h
diff --git a/Source/core/dom/DOMMatrixReadOnly.h b/Source/core/dom/DOMMatrixReadOnly.h
index 76a5d98448d69f533291faa9e818bf23ab89bf0d..152380d797f8ed28c837cfcfe161cc5fa8c90a62 100644
--- a/Source/core/dom/DOMMatrixReadOnly.h
+++ b/Source/core/dom/DOMMatrixReadOnly.h
@@ -55,6 +55,8 @@ public:
DOMMatrix* rotateAxisAngle(double x, double y, double z, double angle);
DOMMatrix* skewX(double sx);
DOMMatrix* skewY(double sy);
+ DOMMatrix* flipX();
+ DOMMatrix* flipY();
PassRefPtr<Float32Array> toFloat32Array() const;
PassRefPtr<Float64Array> toFloat64Array() const;
« no previous file with comments | « LayoutTests/fast/dom/geometry-interfaces-dom-matrix-flip.html ('k') | Source/core/dom/DOMMatrixReadOnly.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698