aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r--include/gpu/GrContext.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 3b5e9c4f0e..274d351149 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -16,8 +16,6 @@
#include "SkMatrix.h"
#include "GrPaint.h"
#include "GrPathRendererChain.h"
-// not strictly needed but requires WK change in LayerTextureUpdaterCanvas to
-// remove.
#include "GrRenderTarget.h"
#include "GrRefCnt.h"
#include "GrTexture.h"
@@ -842,16 +840,6 @@ public:
void printCacheStats() const;
#endif
- ///////////////////////////////////////////////////////////////////////////
- // Legacy names that will be kept until WebKit can be updated.
- GrTexture* createPlatformTexture(const GrPlatformTextureDesc& desc) {
- return this->wrapBackendTexture(desc);
- }
-
- GrRenderTarget* createPlatformRenderTarget(const GrPlatformRenderTargetDesc& desc) {
- return wrapBackendRenderTarget(desc);
- }
-
private:
// Used to indicate whether a draw should be performed immediately or queued in fDrawBuffer.
enum BufferedDraw {