Index: src/gpu/gl/GrGpuGL_program.cpp |
=================================================================== |
--- src/gpu/gl/GrGpuGL_program.cpp (revision 7412) |
+++ src/gpu/gl/GrGpuGL_program.cpp (working copy) |
@@ -317,7 +317,7 @@ |
GrIRect* devRect = NULL; |
GrIRect devClipBounds; |
if (drawState.isClipState()) { |
- fClip->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); |
+ this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); |
devRect = &devClipBounds; |
} |
// This must come after textures are flushed because a texture may need |