aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 15:43:01 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 15:43:01 +0000
commit71ebd0595b4d91f22bb975b0c78d2d4e3089823b (patch)
tree3f7cfec154e3438cf2894437d7f81dbd15778b53 /src/gpu
parentbcce8926524827775539874346dd424a9510dbc9 (diff)
Fix non-Windows build break in r8364.
git-svn-id: http://skia.googlecode.com/svn/trunk@8365 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/gl/GrGLCaps.cpp2
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;
}