зеркало из https://github.com/mozilla/moz-skia.git
Fixing crash in render_pictures. Uninitialized member in PictureRenderer
TBR=scroggo git-svn-id: http://skia.googlecode.com/svn/trunk@6272 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
4adfab8745
Коммит
50ff9bd4d7
|
@ -100,6 +100,7 @@ public:
|
|||
PictureRenderer()
|
||||
: fPicture(NULL)
|
||||
, fDeviceType(kBitmap_DeviceType)
|
||||
, fBBoxHierarchyType(kNone_BBoxHierarchyType)
|
||||
#if SK_SUPPORT_GPU
|
||||
, fGrContext(fGrContextFactory.get(GrContextFactory::kNative_GLContextType))
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче