X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fstage.cpp;h=cf5c03ab533613d5d93118520b55d2a2c18d5f4e;hp=13825ff12e931239b16f8cd4ffff99cd52f6ac5b;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/common/stage.cpp b/dali/public-api/common/stage.cpp index 13825ff..cf5c03a 100644 --- a/dali/public-api/common/stage.cpp +++ b/dali/public-api/common/stage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -90,12 +90,12 @@ Vector2 Stage::GetSize() const return GetImplementation(*this).GetSize(); } -unsigned int Stage::GetLayerCount() const +uint32_t Stage::GetLayerCount() const { return GetImplementation(*this).GetLayerCount(); } -Layer Stage::GetLayer(unsigned int depth) const +Layer Stage::GetLayer(uint32_t depth) const { return GetImplementation(*this).GetLayer(depth); }