summaryrefslogtreecommitdiff
path: root/libs/hwui/Layer.h
diff options
context:
space:
mode:
author Derek Sollenberger <djsollen@google.com> 2014-02-12 18:59:05 +0000
committer Derek Sollenberger <djsollen@google.com> 2014-02-12 18:59:05 +0000
commit90d0c75e94a32fb7d993fae69762820aabc2fcbb (patch)
treed67ca852f275b8362e15144e4a7c02bdaf8b6c74 /libs/hwui/Layer.h
parente889298cd6ae1fc0d76bc00d7d12586db03eb261 (diff)
Revert "Refactor setting an SkPaint onto a hwui Layer."
This reverts commit e889298cd6ae1fc0d76bc00d7d12586db03eb261. Change-Id: I4b1d609b2d4280595d40cb10d6c18875c22999f8
Diffstat (limited to 'libs/hwui/Layer.h')
-rw-r--r--libs/hwui/Layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Layer.h b/libs/hwui/Layer.h
index 8cc027ae117a..ec80e9c02d3d 100644
--- a/libs/hwui/Layer.h
+++ b/libs/hwui/Layer.h
@@ -117,7 +117,7 @@ public:
texture.height = height;
}
- ANDROID_API void setPaint(const SkPaint* paint);
+ ANDROID_API void setPaint(SkPaint* paint);
inline void setBlend(bool blend) {
texture.blend = blend;