| Index: webkit/glue/webcursor.h
|
| diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h
|
| index 9b2b4208e5d7971a85a45fb9c5c30837aa0ea950..9c1a9e1f1beec840dfffe056451cc113bbfed992 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:
|
|
|