diff options
author | 2014-03-25 17:46:18 +0000 | |
---|---|---|
committer | 2014-03-25 17:46:18 +0000 | |
commit | bcad68ad80e5a44e5dc6988eddb8acabdc01a737 (patch) | |
tree | 58d875af72f19dca8891360fac86b139c0464217 /libs/hwui/RenderNode.h | |
parent | 632717e60990b900e6d20dddd3935a57dd6a8fa6 (diff) | |
parent | bfb07a03777af424e99bca1dac4c903aaf44e99d (diff) |
Merge "Move where updateProperties is called"
Diffstat (limited to 'libs/hwui/RenderNode.h')
-rw-r--r-- | libs/hwui/RenderNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 9a7f9b458bba..756c94442559 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -137,7 +137,7 @@ public: return properties().getHeight(); } - void updateProperties(); + ANDROID_API void updateProperties(); private: typedef key_value_pair_t<float, DrawDisplayListOp*> ZDrawDisplayListOpPair; |