| Index: webkit/glue/webcursor_mac.mm
|
| ===================================================================
|
| --- webkit/glue/webcursor_mac.mm (revision 85477)
|
| +++ webkit/glue/webcursor_mac.mm (working copy)
|
| @@ -334,6 +334,7 @@
|
| InitFromCursorInfo(cursor_info);
|
| }
|
|
|
| +#if !WEBKIT_USING_SKIA
|
| void WebCursor::SetCustomData(const WebImage& image) {
|
| if (image.isNull())
|
| return;
|
| @@ -374,6 +375,7 @@
|
| CreateCGImageFromCustomData(custom_data_, custom_size_));
|
| *image = cg_image.get();
|
| }
|
| +#endif
|
|
|
| void WebCursor::InitPlatformData() {
|
| return;
|
|
|