diff options
author | 2014-11-21 22:20:30 +0000 | |
---|---|---|
committer | 2014-11-21 22:20:31 +0000 | |
commit | 220c3f4f48b53b6010093a1ef437f4197a382ebf (patch) | |
tree | 31c7b8a68b1463511f9647b3928890f50c72c82a /libs/hwui/RenderNode.cpp | |
parent | 79ef5ef7a58baf17f7c3522a5aeb041f5206c32a (diff) | |
parent | 2ab8298dc37851aab4623ba3f98d71055d653a73 (diff) |
Merge "resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aosp" into lmp-mr1-dev-plus-aosp
Diffstat (limited to 'libs/hwui/RenderNode.cpp')
-rw-r--r-- | libs/hwui/RenderNode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/RenderNode.cpp b/libs/hwui/RenderNode.cpp index 4814ed382076..0a6c2fd71f0f 100644 --- a/libs/hwui/RenderNode.cpp +++ b/libs/hwui/RenderNode.cpp @@ -279,7 +279,7 @@ void RenderNode::pushStagingPropertiesChanges(TreeInfo& info) { } } -void RenderNode::applyLayerPropertiesToLayer(TreeInfo& info) { +void RenderNode::applyLayerPropertiesToLayer(TreeInfo& /* info */) { if (CC_LIKELY(!mLayer)) return; const LayerProperties& props = properties().layerProperties(); @@ -586,7 +586,7 @@ public: operation->defer(mDeferStruct, saveCount, mLevel, clipToBounds); } inline LinearAllocator& allocator() { return *(mDeferStruct.mAllocator); } - inline void startMark(const char* name) {} // do nothing + inline void startMark(const char* /* name */) {} // do nothing inline void endMark() {} inline int level() { return mLevel; } inline int replayFlags() { return mDeferStruct.mReplayFlags; } |