| Index: webkit/glue/webcursor.cc
|
| diff --git a/webkit/glue/webcursor.cc b/webkit/glue/webcursor.cc
|
| index 94c2781afd10e88e1a29dde9346f237ab5a015b9..b55752e16f97ee1e36125c1476f8098f8dbffa61 100644
|
| --- a/webkit/glue/webcursor.cc
|
| +++ b/webkit/glue/webcursor.cc
|
| @@ -165,8 +165,6 @@ void WebCursor::Copy(const WebCursor& other) {
|
| CopyPlatformData(other);
|
| }
|
|
|
| -#if WEBKIT_USING_SKIA
|
| -// The WEBKIT_USING_CG implementation is in webcursor_mac.mm.
|
| void WebCursor::SetCustomData(const WebImage& image) {
|
| if (image.isNull())
|
| return;
|
| @@ -195,7 +193,6 @@ void WebCursor::ImageFromCustomData(WebImage* image) const {
|
|
|
| image->assign(bitmap);
|
| }
|
| -#endif
|
|
|
| void WebCursor::ClampHotspot() {
|
| if (!IsCustom())
|
|
|