summaryrefslogtreecommitdiffstats
path: root/ui/gfx/skbitmap_operations.h
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-18 05:56:00 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-18 05:56:00 +0000
commit673d1ba9935df079da641da73b4319f33d023e3e (patch)
tree4f49e97b867dd51d2af46905685cfac12aced55c /ui/gfx/skbitmap_operations.h
parent8cbceee8bbd58049bdb2e482878ada41f91cef32 (diff)
downloadchromium_src-673d1ba9935df079da641da73b4319f33d023e3e.zip
chromium_src-673d1ba9935df079da641da73b4319f33d023e3e.tar.gz
chromium_src-673d1ba9935df079da641da73b4319f33d023e3e.tar.bz2
Fixes spelling mistake CreateTransposedBtmap -> CreateTransposedBitmap
BUG=None TEST=Compiles TBR=sky Review URL: https://chromiumcodereview.appspot.com/10558021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/skbitmap_operations.h')
-rw-r--r--ui/gfx/skbitmap_operations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/skbitmap_operations.h b/ui/gfx/skbitmap_operations.h
index da05f66..7d221d8 100644
--- a/ui/gfx/skbitmap_operations.h
+++ b/ui/gfx/skbitmap_operations.h
@@ -97,7 +97,7 @@ class UI_EXPORT SkBitmapOperations {
static SkBitmap UnPreMultiply(const SkBitmap& bitmap);
// Transpose the pixels in |bitmap| by swapping x and y.
- static SkBitmap CreateTransposedBtmap(const SkBitmap& bitmap);
+ static SkBitmap CreateTransposedBitmap(const SkBitmap& bitmap);
// Create a bitmap by combining alpha channel of |bitmap| and color |c|.
// The image must use the kARGB_8888_Config config.