summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-01-19 18:33:25 -0800
committerRomain Guy <romainguy@google.com>2012-01-19 18:33:25 -0800
commit22d418437e44587cb0fba4353515719453269189 (patch)
treedbebce7f76ba71031a68fd39fc7299edd862f08c /libs
parent90bd18737a5ce16708003363683744cfd0480d83 (diff)
downloadframeworks_base-22d418437e44587cb0fba4353515719453269189.zip
frameworks_base-22d418437e44587cb0fba4353515719453269189.tar.gz
frameworks_base-22d418437e44587cb0fba4353515719453269189.tar.bz2
Fix the build, for real
Change-Id: I6263f7e5e3ae2f7efe045f8b464c0ed1b87fc793
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/DisplayListRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DisplayListRenderer.h b/libs/hwui/DisplayListRenderer.h
index dd7ec4f..422184e 100644
--- a/libs/hwui/DisplayListRenderer.h
+++ b/libs/hwui/DisplayListRenderer.h
@@ -422,7 +422,7 @@ private:
return;
}
- SkPaint* paintCopy = mPaintMap.valueFor(paint);
+ SkPaint* paintCopy = mPaintMap.valueFor(paint);
if (paintCopy == NULL || paintCopy->getGenerationID() != paint->getGenerationID()) {
paintCopy = new SkPaint(*paint);
mPaintMap.add(paint, paintCopy);