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