Add observer during ProcessLoadQueue 26/276326/6
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 14 Jun 2022 12:21:44 +0000 (21:21 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 15 Jun 2022 17:25:27 +0000 (02:25 +0900)
Due to we request LoadTexture multiple time during ProcessLoadQueue,
same AnimatedImageLoading can be requested on multiple ImageLoadThread.

Decode same textureId in multiple thread is just waste the CPU resource.

This patch make we add observer in ProcessLoadQueue.

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

No differences found