summaryrefslogtreecommitdiff
path: root/libs/hwui/TextureCache.h
diff options
context:
space:
mode:
author Romain Guy <romainguy@google.com> 2010-06-30 15:51:03 -0700
committer Romain Guy <romainguy@google.com> 2010-06-30 15:51:03 -0700
commit364703c6fa4aa1a7d2ef5b0c048ea2a0d57a4c40 (patch)
treebb39ba42acd1d5e16c3120a89b1de216d65c0950 /libs/hwui/TextureCache.h
parent68e9a49aeb0b07d0d99c0a05771348bcd460a703 (diff)
Fix the build.
Change-Id: I08bd6daf25351daca3ae552e1cfcfce85eefa73b
Diffstat (limited to 'libs/hwui/TextureCache.h')
-rw-r--r--libs/hwui/TextureCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h
index 42328f425500..7f9536689efe 100644
--- a/libs/hwui/TextureCache.h
+++ b/libs/hwui/TextureCache.h
@@ -37,7 +37,7 @@ public:
void clear();
private:
- Texture* generateTexture(SkBitmap* bitmap);
+ void generateTexture(SkBitmap* bitmap, Texture* texture);
GenerationCache<SkBitmap, Texture> mCache;
}; // class TextureCache