From 635860845790a19bf50bbc51ba8fb66a96dde068 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 5 Mar 2009 14:34:32 -0800 Subject: auto import from //depot/cupcake/@136594 --- WebCore/platform/win/DragImageCGWin.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WebCore/platform/win/DragImageCGWin.cpp') diff --git a/WebCore/platform/win/DragImageCGWin.cpp b/WebCore/platform/win/DragImageCGWin.cpp index 7788572..77b358b 100644 --- a/WebCore/platform/win/DragImageCGWin.cpp +++ b/WebCore/platform/win/DragImageCGWin.cpp @@ -37,6 +37,11 @@ namespace WebCore { +void deallocContext(CGContextRef target) +{ + CGContextRelease(target); +} + HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef) { HBITMAP hbmp; -- cgit v1.1