diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 23:25:17 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 23:25:17 +0000 |
commit | c17d8d4f525271e66d298e05c494065460a1e468 (patch) | |
tree | 86caa618aba3c3f9561d557fe1c6f27eeffb34e7 /app/resource_bundle.h | |
parent | fd2bf4fc5ac9b57394317435b57f33c0fa044ebe (diff) | |
download | chromium_src-c17d8d4f525271e66d298e05c494065460a1e468.zip chromium_src-c17d8d4f525271e66d298e05c494065460a1e468.tar.gz chromium_src-c17d8d4f525271e66d298e05c494065460a1e468.tar.bz2 |
Remove ResourceBundle::LoadImageResourceBytes since it appears to
be identical to LoadDataResourceBytes. Migrate callers to
LoadDataResourceBytes.
Review URL: http://codereview.chromium.org/437019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resource_bundle.h')
-rw-r--r-- | app/resource_bundle.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/resource_bundle.h b/app/resource_bundle.h index e4819c3..e608ccd 100644 --- a/app/resource_bundle.h +++ b/app/resource_bundle.h @@ -84,11 +84,6 @@ class ResourceBundle { // is missing. SkBitmap* GetBitmapNamed(int resource_id); - // Loads the raw bytes of an image resource into |bytes|, - // without doing any processing or interpretation of - // the resource. Returns whether we successfully read the resource. - RefCountedStaticMemory* LoadImageResourceBytes(int resource_id); - // Loads the raw bytes of a data resource into |bytes|, // without doing any processing or interpretation of // the resource. Returns whether we successfully read the resource. |