diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 16:05:58 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-21 16:05:58 +0000 |
commit | 6ab03fc09aa1a2ea4e8cec6879e6602ad5f4826d (patch) | |
tree | 2eb7056f40fd7479446e4430f1fccada23ed4d89 /chrome/app/chrome.dll.deps | |
parent | ddb66a8da37425f5fba01eee57c66bc91ce81e2b (diff) | |
download | chromium_src-6ab03fc09aa1a2ea4e8cec6879e6602ad5f4826d.zip chromium_src-6ab03fc09aa1a2ea4e8cec6879e6602ad5f4826d.tar.gz chromium_src-6ab03fc09aa1a2ea4e8cec6879e6602ad5f4826d.tar.bz2 |
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
Diffstat (limited to 'chrome/app/chrome.dll.deps')
-rw-r--r-- | chrome/app/chrome.dll.deps | 2 |
1 files changed, 0 insertions, 2 deletions
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',
]
-
|