Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: ui/base/resource/resource_bundle_posix.cc

Issue 6541031: Integrate gfx::Image into the ResourceBundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/resource/resource_bundle_posix.cc
diff --git a/ui/base/resource/resource_bundle_posix.cc b/ui/base/resource/resource_bundle_posix.cc
index 11011e26940d8f7e350964630cd04b29694baf20..a5db6cb942c373900d14476db4df13203798880e 100644
--- a/ui/base/resource/resource_bundle_posix.cc
+++ b/ui/base/resource/resource_bundle_posix.cc
@@ -31,9 +31,6 @@ DataPack* LoadResourcesDataPak(FilePath resources_pak_path) {
ResourceBundle::~ResourceBundle() {
FreeImages();
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
- FreeGdkPixBufs();
-#endif
UnloadLocaleResources();
STLDeleteContainerPointers(data_packs_.begin(),
data_packs_.end());

Powered by Google App Engine
This is Rietveld 408576698