X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fimages%2Fnine-patch-image-impl.h;h=ad8d41c1a79be2169ceaa644ec1e4e6bae767e01;hb=9214562fd063cf062267848e6eae931a1ae802c5;hp=df688137fb6ad5ef4d36f05948b391b30a6b307c;hpb=0132b05251c067b8750f151496e49f824941da7f;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/images/nine-patch-image-impl.h b/dali/internal/event/images/nine-patch-image-impl.h index df68813..ad8d41c 100644 --- a/dali/internal/event/images/nine-patch-image-impl.h +++ b/dali/internal/event/images/nine-patch-image-impl.h @@ -1,21 +1,22 @@ #ifndef __DALI_INTERNAL_NINE_PATCH_IMAGE_H__ #define __DALI_INTERNAL_NINE_PATCH_IMAGE_H__ -// -// Copyright (c) 2014 Samsung Electronics Co., Ltd. -// -// Licensed under the Flora License, Version 1.0 (the License); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://floralicense.org/license/ -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an AS IS BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +/* + * Copyright (c) 2014 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ // INTERNAL INCLUDES #include @@ -133,7 +134,6 @@ private: private: ResourceClient* mResourceClient; Integration::BitmapPtr mBitmap; - SceneGraph::UpdateManager* mUpdateManager; Vector4 mStretchBorders; Rect mChildRectangle; bool mParsedBorder;