From e36a168d132a70d04eb696d8b50e2aea5c725bff Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Tue, 23 Apr 2013 07:01:29 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@8819 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkSurface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/core') 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. */ -- cgit v1.2.3