Build fix: accessing uninitialized class member (not)
TBR=sugoi git-svn-id: http://skia.googlecode.com/svn/trunk@8135 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
a9a1967bcb
commit
d34fda187c
@ -148,6 +148,7 @@ class AutoRestoreBbhType {
|
||||
public:
|
||||
AutoRestoreBbhType() {
|
||||
fRenderer = NULL;
|
||||
fSavedBbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
|
||||
}
|
||||
|
||||
void set(sk_tools::PictureRenderer* renderer,
|
||||
|
Loading…
Reference in New Issue
Block a user