aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-23 07:01:29 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-23 07:01:29 +0000
commite36a168d132a70d04eb696d8b50e2aea5c725bff (patch)
tree9b5ed4339cc53455a21164624a724252d7bf2a16 /include/core
parent77cf460e5df7dd5272e71f9835880ded48fe8d12 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8819 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkSurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h
index cf139b1bc9..a713277358 100644
--- a/include/core/SkSurface.h
+++ b/include/core/SkSurface.h
@@ -82,12 +82,12 @@ public:
* Modes that can be passed to notifyContentWillChange
*/
enum ContentChangeMode {
- /**
+ /**
* Use this mode if it is known that the upcoming content changes will
* clear or overwrite prior contents, thus making them discardable.
*/
kDiscard_ContentChangeMode,
- /**
+ /**
* Use this mode if prior surface contents need to be preserved or
* if in doubt.
*/