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

Unified Diff: skia/skia.gyp

Issue 7044062: Use SkMatrix44 for the underlying implementation of ui::Transform (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Changed signature of TransformPoint -- now generic. Created 9 years, 6 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 | « no previous file | ui/gfx/compositor/compositor_gl.cc » ('j') | ui/gfx/compositor/compositor_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index f59c079444e612d1f08ecc903e57daa15cc8bbf1..ad5f77c5fb8022b27c1c8567447973bbdc344fa7 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -509,7 +509,10 @@
#'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
'../third_party/skia/src/ports/sk_predefined_gamma.h',
+ '../third_party/skia/include/utils/SkMatrix44.h',
sky 2011/06/16 23:06:56 Don't include these on the mac.
'../third_party/skia/include/utils/mac/SkCGUtils.h',
+
+ '../third_party/skia/src/utils/SkMatrix44.cpp',
'../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
'../third_party/skia/include/core/Sk64.h',
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor_gl.cc » ('j') | ui/gfx/compositor/compositor_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698