Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: webkit/glue/webcursor_mac.mm

Issue 6840057: Map webkit glue when Mac build uses Skia. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/webkit_glue.cc » ('j') | webkit/glue/webthemeengine_impl_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webcursor_mac.mm
===================================================================
--- webkit/glue/webcursor_mac.mm (revision 81567)
+++ 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;
« no previous file with comments | « no previous file | webkit/glue/webkit_glue.cc » ('j') | webkit/glue/webthemeengine_impl_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698