diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-26 07:01:04 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-26 07:01:04 +0000 |
commit | e60ed08a3568b5e253dfb5dec2b52d13a16fff1c (patch) | |
tree | 91f647ec0d47f537feeb8159926de99924c45b8b /src/gpu | |
parent | 0e3f6212c796786a4a32705f9e1c8d6ac5e4d8a3 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8383 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r-- | src/gpu/GrDrawTarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp index d263d40de0..64576afb7d 100644 --- a/src/gpu/GrDrawTarget.cpp +++ b/src/gpu/GrDrawTarget.cpp @@ -690,7 +690,7 @@ void GrDrawTargetCaps::reset() { fHWAALineSupport = false; fShaderDerivativeSupport = false; fGeometryShaderSupport = false; - fDualSourceBlendingSupport = false; + fDualSourceBlendingSupport = false; fBufferLockSupport = false; fPathStencilingSupport = false; |