aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer_control.cpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-10 17:44:57 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-09-10 17:44:57 +0900
commit67dee2b21df72886d5d90a827598eb1555fa28a5 (patch)
tree088e8221d06281ae851ab5fa5e23169be807d008 /src/wm_layer_control.cpp
parent2ce7162980b40cf5587ed8a0247f3e9bd3407ad7 (diff)
LayerController::commitChange -> renderLayers
Change-Id: Ib0735e592f610a7b238a941db6b7bcb842410ce7 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm_layer_control.cpp')
-rw-r--r--src/wm_layer_control.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wm_layer_control.cpp b/src/wm_layer_control.cpp
index 62fe91d..b4e53c8 100644
--- a/src/wm_layer_control.cpp
+++ b/src/wm_layer_control.cpp
@@ -130,7 +130,7 @@ void LayerControl::createNewLayer(unsigned id)
ilm_commitChanges();
auto wm_layer = getWMLayer(id);
wm_layer->addLayerToState(id);
- this->commitChange();
+ this->renderLayers();
}
unsigned LayerControl::getNewLayerID(const string& role, string* layer_name)
@@ -209,7 +209,7 @@ WMError LayerControl::updateLayer(LayerState& layer_state)
return WMError::SUCCESS;
}
-WMError LayerControl::commitChange()
+WMError LayerControl::renderLayers()
{
HMI_INFO("Commit change");
WMError rc = WMError::SUCCESS;