diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-21 14:41:32 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-21 14:41:32 +0000 |
commit | f6b50339c9344e050baffe0f9062799fa14c4665 (patch) | |
tree | f9123f028e98c1d7c98ac33118295238a1f3208f /gfx/gfx.gyp | |
parent | 7d5ac9e5a0f5f18cac2f2a8b45de1eeab2751a79 (diff) | |
download | chromium_src-f6b50339c9344e050baffe0f9062799fa14c4665.zip chromium_src-f6b50339c9344e050baffe0f9062799fa14c4665.tar.gz chromium_src-f6b50339c9344e050baffe0f9062799fa14c4665.tar.bz2 |
Create gfx::ScopedImage. This wraps a gfx::NativeImage and hides the underlying
memory management for each platform under a consistent interface.
BUG=none
TEST=Compile and gfx_unittests
Review URL: http://codereview.chromium.org/3841002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r-- | gfx/gfx.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index 67cd8c1..0d3b3d0 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -30,6 +30,7 @@ 'insets_unittest.cc', 'rect_unittest.cc', 'run_all_unittests.cc', + 'scoped_image_unittest.cc', 'skbitmap_operations_unittest.cc', 'test_suite.h', '<(SHARED_INTERMEDIATE_DIR)/gfx/gfx_resources.rc', @@ -124,6 +125,7 @@ 'point.h', 'rect.cc', 'rect.h', + 'scoped_image.h', 'scrollbar_size.cc', 'scrollbar_size.h', 'size.cc', |