projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d0fcf7
)
Initialize member variables to resolve unnannoying report from static analizer tool...
41/196241/1
submit/tizen/20181226.115019
author
Hermet Park
<hermetpark@gmail.com>
Wed, 26 Dec 2018 11:11:49 +0000
(20:11 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Wed, 26 Dec 2018 11:11:49 +0000
(20:11 +0900)
Change-Id: I32dc2372f83ef1b8185bd5a2f14862eae7616206
src/vector/vdrawhelper.h
patch
|
blob
|
history
diff --git
a/src/vector/vdrawhelper.h
b/src/vector/vdrawhelper.h
index
ef66429
..
e7a84b4
100644
(file)
--- a/
src/vector/vdrawhelper.h
+++ b/
src/vector/vdrawhelper.h
@@
-92,7
+92,7
@@
public:
int bytesPerPixel() const { return mBytesPerPixel; }
VBitmap::Format mFormat{VBitmap::Format::ARGB32_Premultiplied};
- VPainter::CompositionMode mCompositionMode;
+ VPainter::CompositionMode mCompositionMode
{VPainter::CompositionMode::CompModeSrc}
;
private:
int mWidth{0};