diff options
author | motek@chromium.org <motek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 16:52:52 +0000 |
---|---|---|
committer | motek@chromium.org <motek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 16:52:52 +0000 |
commit | e7338783c12381e22253260ffafdd037095ade0d (patch) | |
tree | c7ed96227fc68a95b4869298c2c923cf963a9f74 /ui/ui.gyp | |
parent | f335421145bb7f82c60fb9d61babcd6ce2e4b21e (diff) | |
download | chromium_src-e7338783c12381e22253260ffafdd037095ade0d.zip chromium_src-e7338783c12381e22253260ffafdd037095ade0d.tar.gz chromium_src-e7338783c12381e22253260ffafdd037095ade0d.tar.bz2 |
Added Matrix3F class to gfx.
Will need it to implement color decomposition for thumbnails.
BUG=155269
Review URL: https://chromiumcodereview.appspot.com/12096069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -407,6 +407,8 @@ 'gfx/interpolated_transform.cc', 'gfx/interpolated_transform.h', 'gfx/mac/scoped_ns_disable_screen_updates.h', + 'gfx/matrix3_f.cc', + 'gfx/matrix3_f.h', 'gfx/native_widget_types.h', 'gfx/pango_util.cc', 'gfx/pango_util.h', |