summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webcursor.cc')
-rw-r--r--webkit/glue/webcursor.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webcursor.cc b/webkit/glue/webcursor.cc
index 94c2781..b55752e 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())