Fix init order warning
git-svn-id: http://skia.googlecode.com/svn/trunk@7522 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
408586e2a6
commit
4d263406e3
@ -33,8 +33,8 @@ GrGpu::GrGpu()
|
||||
, fIndexPool(NULL)
|
||||
, fVertexPoolUseCnt(0)
|
||||
, fIndexPoolUseCnt(0)
|
||||
, fQuadIndexBuffer(NULL)
|
||||
, fUnitSquareVertexBuffer(NULL)
|
||||
, fQuadIndexBuffer(NULL)
|
||||
, fContextIsDirty(true) {
|
||||
|
||||
fClipMaskManager.setGpu(this);
|
||||
|
Loading…
Reference in New Issue
Block a user