Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index 6f272b7b8e2d19d7ed610100dcf40d97f3d26dff..2a97137f1293a0502087b1bfc84791b0f728818a 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -12,9 +12,7 @@ |
#include "SkTSearch.h" |
#include "SkTSort.h" |
-GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, |
- const GrGLContextInfo& ctxInfo, |
- const GrGLInterface* glInterface) : INHERITED(contextOptions) { |
+GrGLCaps::GrGLCaps(const GrGLContextInfo& ctxInfo, const GrGLInterface* glInterface) { |
fVerifiedColorConfigs.reset(); |
fStencilFormats.reset(); |
fStencilVerifiedColorConfigs.reset(); |