diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 00:04:34 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 00:04:34 +0000 |
commit | 8d1b864d1d90a055a6280b62541624793842ce9c (patch) | |
tree | 85932f19dc4ad3771fed903cd3ed7cfaf9857e1b /gfx/skbitmap_operations.h | |
parent | af1f9f3ab83cd5184d2b0f71492358aabc3129fc (diff) | |
download | chromium_src-8d1b864d1d90a055a6280b62541624793842ce9c.zip chromium_src-8d1b864d1d90a055a6280b62541624793842ce9c.tar.gz chromium_src-8d1b864d1d90a055a6280b62541624793842ce9c.tar.bz2 |
Fixed include in test_webkit_client
retrying "Revert 62068 - Move implementation of linux scrollbars from webkit using new"
See: http://codereview.chromium.org/3618014
TBR:jam@chromium.org
BUG=chromium-os:6857
TEST=Verify that both linux and chromeos scrollbars look right.
Review URL: http://codereview.chromium.org/3697001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/skbitmap_operations.h')
-rw-r--r-- | gfx/skbitmap_operations.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/skbitmap_operations.h b/gfx/skbitmap_operations.h index eb56761..e64c1aa 100644 --- a/gfx/skbitmap_operations.h +++ b/gfx/skbitmap_operations.h @@ -89,6 +89,9 @@ class SkBitmapOperations { // doesn't expect premultiplied colors. static SkBitmap UnPreMultiply(const SkBitmap& bitmap); + // Transpose the pixels in |bitmap| by swapping x and y. + static SkBitmap CreateTransposedBtmap(const SkBitmap& bitmap); + private: SkBitmapOperations(); // Class for scoping only. |