projects
/
platform
/
core
/
uifw
/
dali-toolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a6902
)
Fix image not show issue
09/161909/1
author
xb.teng
<xb.teng@samsung.com>
Tue, 28 Nov 2017 06:53:48 +0000
(14:53 +0800)
committer
xb.teng
<xb.teng@samsung.com>
Tue, 28 Nov 2017 06:53:48 +0000
(14:53 +0800)
Change-Id: If18d45f4a8d61819462002da4ae4fde5424a6d47
dali-toolkit/internal/visuals/texture-manager-impl.h
patch
|
blob
|
history
diff --git
a/dali-toolkit/internal/visuals/texture-manager-impl.h
b/dali-toolkit/internal/visuals/texture-manager-impl.h
index 7693b1c7d8896dceb87604036b0b8a342622bfe5..b3853445019674e51e29018aeb365adc3c42ad99 100644
(file)
--- a/
dali-toolkit/internal/visuals/texture-manager-impl.h
+++ b/
dali-toolkit/internal/visuals/texture-manager-impl.h
@@
-376,7
+376,7
@@
private:
}
TextureId textureId; ///< The external Texture Id assigned to this load
- u
nsigned short
loadId; ///< The load Id used by the async loader to reference this load
+ u
int32_t
loadId; ///< The load Id used by the async loader to reference this load
};
// Private typedefs: