From 94e840ab0edbcb8c0bfc092c72171423bad4b2f8 Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Sat, 9 Oct 2010 03:43:27 +0000 Subject: Revert 62068 - Move implementation of linux scrollbars from webkit using new WebThemeEngine api. Also implement chromeos specific version. BUG=chromium-os:6857 TEST=Verify that both linux and chromeos scrollbars look right. Review URL: http://codereview.chromium.org/3618014 TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/3678003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62070 0039d316-1c4b-4281-b951-d872f2087c98 --- gfx/skbitmap_operations.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gfx/skbitmap_operations.h') diff --git a/gfx/skbitmap_operations.h b/gfx/skbitmap_operations.h index e64c1aa..eb56761 100644 --- a/gfx/skbitmap_operations.h +++ b/gfx/skbitmap_operations.h @@ -89,9 +89,6 @@ 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. -- cgit v1.1