summaryrefslogtreecommitdiffstats
path: root/ui/base/x/x11_util.h
diff options
context:
space:
mode:
authorvarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 18:52:35 +0000
committervarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 18:52:35 +0000
commit101f2cac5646624eee7a198419db73b7b95ad45d (patch)
treea941b864b6dea1250e34bd1ed92baa22c9152514 /ui/base/x/x11_util.h
parent3ddb90368f8faecd68056db698bc94f0f9b7520f (diff)
downloadchromium_src-101f2cac5646624eee7a198419db73b7b95ad45d.zip
chromium_src-101f2cac5646624eee7a198419db73b7b95ad45d.tar.gz
chromium_src-101f2cac5646624eee7a198419db73b7b95ad45d.tar.bz2
Revert 135378 - Aura: Adds custom cursors for drag and drop.
BUG=121135 TEST=none Review URL: https://chromiumcodereview.appspot.com/10316019 TBR=varunjain@chromium.org Review URL: https://chromiumcodereview.appspot.com/10382016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135381 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/x/x11_util.h')
-rw-r--r--ui/base/x/x11_util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
index bf89c3b..771e8ef 100644
--- a/ui/base/x/x11_util.h
+++ b/ui/base/x/x11_util.h
@@ -18,7 +18,6 @@
#include "base/basictypes.h"
#include "ui/base/events.h"
#include "ui/base/ui_export.h"
-#include "ui/gfx/point.h"
typedef unsigned long Atom;
typedef unsigned long XID;
@@ -36,7 +35,6 @@ typedef struct _GtkWindow GtkWindow;
namespace gfx {
class Rect;
}
-class SkBitmap;
namespace ui {
@@ -91,11 +89,6 @@ UI_EXPORT void RefCustomXCursor(::Cursor cursor);
// Decreases the refcount of the custom cursor, and destroys it if it reaches 0.
UI_EXPORT void UnrefCustomXCursor(::Cursor cursor);
-
-// Creates a XcursorImage and copies the SkBitmap |bitmap| on it. |bitmap|
-// should be non-null. Caller owns the returned object.
-UI_EXPORT XcursorImage* SkBitmapToXcursorImage(const SkBitmap* bitmap,
- const gfx::Point& hotspot);
#endif
// These functions do not cache their results --------------------------