From 6ab03fc09aa1a2ea4e8cec6879e6602ad5f4826d Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 21 Oct 2008 16:05:58 +0000 Subject: Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll. The wrapper does a few additional santity checks, which I presume GdiAlphaBlend will have to handle anyway. This means we don't depend on msimg32.dll anymore. Review URL: http://codereview.chromium.org/7813 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3656 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome.dll.deps | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/app/chrome.dll.deps') diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index 16fb40b..7593632 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -4,7 +4,6 @@ dependents = [ 'KERNEL32.dll', 'USER32.dll', 'ADVAPI32.dll', - 'MSIMG32.dll', 'WINMM.dll', 'COMCTL32.dll', 'SHLWAPI.dll', @@ -31,4 +30,3 @@ delay_loaded = [ 'COMDLG32.dll', 'urlmon.dll', ] - -- cgit v1.1