commit | 860d155f866cc15a725e7ce03763280987f24901 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Fri Apr 11 19:15:05 2014 -0700 |
committer | John Reck <jreck@google.com> | Mon Apr 14 13:17:25 2014 -0700 |
tree | 1ade6b4f5c2c0910c088469b95255eb66ce0cb53 | |
parent | db8b130a19484cb6018667905e64d42ab793654f [diff] [blame] |
Fix issue with bitmap uploading Bug: 13912749 Change-Id: Ic23fa1d280118dc93dc2716a4a24cc0bbbdca595
diff --git a/libs/hwui/DeferredLayerUpdater.h b/libs/hwui/DeferredLayerUpdater.h index 2cc9229..cc62caa 100644 --- a/libs/hwui/DeferredLayerUpdater.h +++ b/libs/hwui/DeferredLayerUpdater.h
@@ -77,7 +77,7 @@ ANDROID_API void setPaint(const SkPaint* paint); - ANDROID_API bool apply(bool* hasFunctors); + ANDROID_API bool apply(TreeInfo& info); ANDROID_API Layer* backingLayer() { return mLayer;