| Index: platform/chromium/PasteboardChromium.cpp
|
| ===================================================================
|
| --- platform/chromium/PasteboardChromium.cpp (revision 49844)
|
| +++ platform/chromium/PasteboardChromium.cpp (working copy)
|
| @@ -147,10 +147,7 @@
|
| }
|
| KURL url = urlString.isEmpty() ? KURL() : node->document()->completeURL(deprecatedParseURL(urlString));
|
|
|
| - NativeImageSkia* bitmap = 0;
|
| -#if !PLATFORM(CG)
|
| - bitmap = image->nativeImageForCurrentFrame();
|
| -#endif
|
| + NativeImagePtr bitmap = image->nativeImageForCurrentFrame();
|
| ChromiumBridge::clipboardWriteImage(bitmap, url, title);
|
| }
|
|
|
|
|