Fix non-Windows build break in r8364.

git-svn-id: http://skia.googlecode.com/svn/trunk@8365 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-03-25 15:43:01 +00:00
parent bcce892652
commit 71ebd0595b

View File

@ -45,7 +45,7 @@ void GrGLCaps::reset() {
fIsCoreProfile = false;
}
GrGLCaps::GrGLCaps(const GrGLCaps& caps) {
GrGLCaps::GrGLCaps(const GrGLCaps& caps) : GrDrawTarget::Caps() {
*this = caps;
}