diff options
| author | 2014-02-12 18:59:05 +0000 | |
|---|---|---|
| committer | 2014-02-12 18:59:05 +0000 | |
| commit | 90d0c75e94a32fb7d993fae69762820aabc2fcbb (patch) | |
| tree | d67ca852f275b8362e15144e4a7c02bdaf8b6c74 /libs/hwui/Layer.h | |
| parent | e889298cd6ae1fc0d76bc00d7d12586db03eb261 (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.h | 2 |
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; |