diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-29 07:05:52 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-29 07:05:52 +0000 |
commit | cdcb2ce2744c7e5c47453328dbf292edee79ab37 (patch) | |
tree | ca6dc2f073f5d2e0c3b5d692d5b01ecc8e5090ea /include/gpu | |
parent | 24d10cb635b002462dc503bf603d3ec487fcb557 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7439 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 98683a475c..dc697667fd 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -910,7 +910,7 @@ private: // for use with textures released from an GrAutoScratchTexture. void addExistingTextureToCache(GrTexture* texture); - /** + /** * These functions create premul <-> unpremul effects if it is possible to generate a pair * of effects that make a readToUPM->writeToPM->readToUPM cycle invariant. Otherwise, they * return NULL. |