commit | 71ebd0595b4d91f22bb975b0c78d2d4e3089823b | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 25 15:43:01 2013 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 25 15:43:01 2013 +0000 |
tree | 3f7cfec154e3438cf2894437d7f81dbd15778b53 | |
parent | bcce8926524827775539874346dd424a9510dbc9 [diff] |
Fix non-Windows build break in r8364. git-svn-id: http://skia.googlecode.com/svn/trunk@8365 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp index cf09506..1bf5036 100644 --- a/src/gpu/gl/GrGLCaps.cpp +++ b/src/gpu/gl/GrGLCaps.cpp
@@ -45,7 +45,7 @@ fIsCoreProfile = false; } -GrGLCaps::GrGLCaps(const GrGLCaps& caps) { +GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrDrawTarget::Caps() { *this = caps; }