diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 04:33:51 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 04:33:51 +0000 |
commit | a83476617999697763c3c02115d3d0f7ecfe050f (patch) | |
tree | 8a9ed3a54b3fa5db28dd894413d79b3850bb909a /gfx/gfx.gyp | |
parent | 2c79974a4526a43c2f33c42832c6817bd4e1d7f3 (diff) | |
download | chromium_src-a83476617999697763c3c02115d3d0f7ecfe050f.zip chromium_src-a83476617999697763c3c02115d3d0f7ecfe050f.tar.gz chromium_src-a83476617999697763c3c02115d3d0f7ecfe050f.tar.bz2 |
Add a function to scroll a platform canvas. This uses the platform scroll
functions when available, and on Linux implements a simple manual scroll
function since Cairo/Skia doesn't provide one.
BUG=none
TEST=included unit test
Review URL: http://codereview.chromium.org/2967008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r-- | gfx/gfx.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index 859c6f3f..d51919b 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -17,6 +17,7 @@ '../testing/gtest.gyp:gtest', ], 'sources': [ + 'blit_unittest.cc', 'codec/jpeg_codec_unittest.cc', 'codec/png_codec_unittest.cc', 'color_utils_unittest.cc', |