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

Unified Diff: ui/gfx/transform.h

Issue 1325803002: Apply skew on both axes together rather than sequentially on Compositor thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trybot failures Created 5 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: ui/gfx/transform.h
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
index 55ab93867ca66e79c5138e9183ea6e9d2b5a8064..20740ad7ae925dd029d85c3694a4a8670fc7f602 100644
--- a/ui/gfx/transform.h
+++ b/ui/gfx/transform.h
@@ -101,8 +101,7 @@ class GFX_EXPORT Transform {
// Applies the current transformation on a skew and assigns the result
// to |this|.
- void SkewX(double angle_x);
- void SkewY(double angle_y);
+ void Skew(double angle_x, double angle_y);
// Applies the current transformation on a perspective transform and assigns
// the result to |this|.

Powered by Google App Engine
This is Rietveld 408576698