Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 2167513d2eb7cd51c60b87eec4e2dff036ba9034..a2b9cff5dba7264b585502243e49a431aa7b0897 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -179,15 +179,6 @@ public: |
int getMaxTextureSize() const; |
/** |
- * Temporarily override the true max texture size. Note: an override |
- * larger then the true max texture size will have no effect. |
- * This entry point is mainly meant for testing texture size dependent |
- * features and is only available if defined outside of Skia (see |
- * bleed GM. |
- */ |
- void setMaxTextureSizeOverride(int maxTextureSizeOverride); |
- |
- /** |
* Can the provided configuration act as a color render target? |
*/ |
bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const; |
@@ -429,8 +420,6 @@ private: |
SkTDArray<CleanUpData> fCleanUpData; |
- int fMaxTextureSizeOverride; |
- |
const uint32_t fUniqueID; |
GrContext(); // init must be called after the constructor. |