summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor.h
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-03 18:06:52 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-03 18:06:52 +0000
commitb1b8a9f6449027349606ca2393ffe884107faa8f (patch)
tree7f1b33945be65f70d3570918c94d121afe87e10e /webkit/glue/webcursor.h
parent9e0f7b623f298795a2b9c949926ca4183a37d999 (diff)
downloadchromium_src-b1b8a9f6449027349606ca2393ffe884107faa8f.zip
chromium_src-b1b8a9f6449027349606ca2393ffe884107faa8f.tar.gz
chromium_src-b1b8a9f6449027349606ca2393ffe884107faa8f.tar.bz2
[Mac] Create transparent cursor when given empty custom data.
Based on webcursor_win.cc's implementation of GetCursor(). BUG=73356 TEST=Watch crash server. Review URL: http://codereview.chromium.org/7273056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webcursor.h')
-rw-r--r--webkit/glue/webcursor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h
index 9b2b420..9c1a9e1 100644
--- a/webkit/glue/webcursor.h
+++ b/webkit/glue/webcursor.h
@@ -102,9 +102,6 @@ class WebCursor {
// Initialize this from the given Cocoa NSCursor.
void InitFromNSCursor(NSCursor* cursor);
-
- // TODO(shess): Temporary accessor for debugging http://crbug.com/73356 .
- const gfx::Size& custom_size() const { return custom_size_; }
#endif
private: