diff options
| author | 2014-12-12 09:49:29 -0800 | |
|---|---|---|
| committer | 2014-12-12 09:49:29 -0800 | |
| commit | f088c349dfea985e561d7e838ecd41be5168cd4a (patch) | |
| tree | 5b9d412b5bf31cd6f20f0e94dc464174441efca0 /libs/hwui/RenderNode.cpp | |
| parent | 7fc885b0bfb8a799825531932567a1d472a55087 (diff) | |
Fix style
Change-Id: I7227b0eac126bf470ed50249a7809b845872983b
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 288899dfd4c4..c99355672df1 100644 --- a/libs/hwui/RenderNode.cpp +++ b/libs/hwui/RenderNode.cpp @@ -282,7 +282,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(); @@ -589,7 +589,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; } |