aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ios/GrGLDefaultInterface_iOS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ios/GrGLDefaultInterface_iOS.cpp')
-rw-r--r--src/gpu/ios/GrGLDefaultInterface_iOS.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/ios/GrGLDefaultInterface_iOS.cpp b/src/gpu/ios/GrGLDefaultInterface_iOS.cpp
index 9bc80f0dde..0060c217f3 100644
--- a/src/gpu/ios/GrGLDefaultInterface_iOS.cpp
+++ b/src/gpu/ios/GrGLDefaultInterface_iOS.cpp
@@ -18,9 +18,6 @@ const GrGLInterface* GrGLDefaultInterface() {
GrGLInteface* interface = new GrGLInterface;
glInterface.reset(interface);
- interface->fNPOTRenderTargetSupport = kProbe_GrGLCapability;
- interface->fMinRenderTargetHeight = kProbe_GrGLCapability;
- interface->fMinRenderTargetWidth = kProbe_GrGLCapability;
interface->fActiveTexture = glActiveTexture;
interface->fAttachShader = glAttachShader;
interface->fBindAttribLocation = glBindAttribLocation;