Refactoring npatch-loader so it works well both sync-async loading 29/273429/15
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Apr 2022 14:00:04 +0000 (23:00 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 13 Apr 2022 07:53:03 +0000 (16:53 +0900)
Make async loading always call LoadComplete when we try to load n-patch image.
+
Releative with both sync-async case,
Fix minor reference count issue for NPatchData.
Previous logic only control refrence count as Observer. It was not good.
+
Fix minor caching issue with border.
Previous code logic have problem when we use same Url and different border.

Change-Id: Ic54dd522e44f5db64f3e9d08aa44db224ab4d506
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>

No differences found