aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/debug/GrDebugGL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/debug/GrDebugGL.cpp')
-rw-r--r--src/gpu/gl/debug/GrDebugGL.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpu/gl/debug/GrDebugGL.cpp b/src/gpu/gl/debug/GrDebugGL.cpp
index 60971eb270..c4cfe896fc 100644
--- a/src/gpu/gl/debug/GrDebugGL.cpp
+++ b/src/gpu/gl/debug/GrDebugGL.cpp
@@ -29,7 +29,9 @@ GrDebugGL::Create GrDebugGL::gFactoryFunc[kObjTypeCount] = {
GrDebugGL::GrDebugGL()
- : fCurTextureUnit(0)
+ : fPackRowLength(0)
+ , fUnPackRowLength(0)
+ , fCurTextureUnit(0)
, fArrayBuffer(NULL)
, fElementArrayBuffer(NULL)
, fFrameBuffer(NULL)