| Index: src/gpu/gl/GrGLCaps.h
|
| diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
|
| index 0939f80c26562909f8b250e695d7684d19f5e3d5..7f0c8874ca2e441245c98aabb21d44ab931e6d10 100644
|
| --- a/src/gpu/gl/GrGLCaps.h
|
| +++ b/src/gpu/gl/GrGLCaps.h
|
| @@ -249,8 +249,6 @@
|
| bool discardFBSupport() const { return fDiscardFBSupport; }
|
|
|
| bool fullClearIsFree() const { return fFullClearIsFree; }
|
| -
|
| - bool dropsTileOnZeroDivide() const { return fDropsTileOnZeroDivide; }
|
|
|
| private:
|
| /**
|
| @@ -334,7 +332,6 @@
|
| bool fFixedFunctionSupport : 1;
|
| bool fDiscardFBSupport : 1;
|
| bool fFullClearIsFree : 1;
|
| - bool fDropsTileOnZeroDivide : 1;
|
|
|
| typedef GrDrawTargetCaps INHERITED;
|
| };
|
|
|