diff options
Diffstat (limited to 'base/gfx')
-rw-r--r-- | base/gfx/native_theme.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gfx/native_theme.cc b/base/gfx/native_theme.cc index 8ab4ca3..821a039 100644 --- a/base/gfx/native_theme.cc +++ b/base/gfx/native_theme.cc @@ -90,7 +90,8 @@ NativeTheme::NativeTheme() NativeTheme::~NativeTheme() { if (theme_dll_) { - CloseHandles(); + // todo (cpu): fix this soon. + // CloseHandles(); FreeLibrary(theme_dll_); } } |