diff options
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. |