| Index: src/gpu/GrGpu.h
|
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
|
| index b449f9eb17b4422d84e37aeaf01fa7ec88c5a3a0..48caf7c4102b78b46fed8f2d3a03d9055a62d6bd 100644
|
| --- a/src/gpu/GrGpu.h
|
| +++ b/src/gpu/GrGpu.h
|
| @@ -291,14 +291,6 @@ public:
|
| }
|
|
|
| /**
|
| - * Can the provided configuration act as a color render target?
|
| - */
|
| - bool isConfigRenderable(GrPixelConfig config) const {
|
| - SkASSERT(kGrPixelConfigCnt > config);
|
| - return fConfigRenderSupport[config];
|
| - }
|
| -
|
| - /**
|
| * These methods are called by the clip manager's setupClipping function
|
| * which (called as part of GrGpu's implementation of onDraw and
|
| * onStencilPath member functions.) The GrGpu subclass should flush the
|
| @@ -401,10 +393,6 @@ protected:
|
| // The final stencil settings to use as determined by the clip manager.
|
| GrStencilSettings fStencilSettings;
|
|
|
| - // Derived classes need access to this so they can fill it out in their
|
| - // constructors
|
| - bool fConfigRenderSupport[kGrPixelConfigCnt];
|
| -
|
| // Helpers for setting up geometry state
|
| void finalizeReservedVertices();
|
| void finalizeReservedIndices();
|
|
|