X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fcommon%2Fproperty-owner.h;h=843a19b166d674921bbba9e151411ff4ac5ab85e;hb=52d6f9b02130f5e824ebebc919cecbc487605cac;hp=637d82b6aaef14499fcdcfdc510f9db6ffc5a683;hpb=e828eac25aeb6b01678b672db91df72e1ead2751;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/common/property-owner.h b/dali/internal/update/common/property-owner.h old mode 100755 new mode 100644 index 637d82b..843a19b --- a/dali/internal/update/common/property-owner.h +++ b/dali/internal/update/common/property-owner.h @@ -206,18 +206,6 @@ public: */ void RemoveUniformMapObserver( UniformMap::Observer& observer ); - /** - * Set whether property has changed to run following a render. - * @param[in] value Set to true if the property has changed - */ - virtual void SetPropertyDirty( bool value ); - - /** - * Query the property status following rendering of a frame. - * @return True if the property has changed - */ - virtual bool IsPropertyDirty() const; - protected: @@ -238,7 +226,6 @@ protected: OwnedPropertyContainer mCustomProperties; ///< Properties provided with InstallCustomProperty() UniformMap mUniformMaps; ///< Container of owned uniform maps - bool mPropertyDirty:1; ///< Required for marking it dirty in case of partial update. private: