diff options
-rw-r--r-- | src/gpu/gl/GrGLCaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp index cf09506c05..1bf5036a91 100644 --- a/src/gpu/gl/GrGLCaps.cpp +++ b/src/gpu/gl/GrGLCaps.cpp @@ -45,7 +45,7 @@ void GrGLCaps::reset() { fIsCoreProfile = false; } -GrGLCaps::GrGLCaps(const GrGLCaps& caps) { +GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrDrawTarget::Caps() { *this = caps; } |