Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 24b1d51471b8647e03adb3fb884600e11a260382..77aef60d8d972694182a620ca39c95ba184c8180 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -518,23 +518,6 @@ public: |
uint32_t uniqueID() { return fUniqueID; } |
/////////////////////////////////////////////////////////////////////////// |
- // Legacy functions, to be removed once Chromium stops using them. |
- |
- enum ScratchTexMatch { |
- kExact_ScratchTexMatch = GrTextureProvider::kExact_ScratchTexMatch, |
- kApprox_ScratchTexMatch = GrTextureProvider::kApprox_ScratchTexMatch |
- }; |
- |
- GrTexture* refScratchTexture(const GrSurfaceDesc& desc, ScratchTexMatch match) { |
- return this->textureProvider()->refScratchTexture( |
- desc, (GrTextureProvider::ScratchTexMatch) match); |
- } |
- |
- GrTexture* wrapBackendTexture(const GrBackendTextureDesc& desc) { |
- return this->textureProvider()->wrapBackendTexture(desc); |
- } |
- |
- /////////////////////////////////////////////////////////////////////////// |
// Functions intended for internal use only. |
GrGpu* getGpu() { return fGpu; } |
const GrGpu* getGpu() const { return fGpu; } |