aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-06 07:01:46 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-06 07:01:46 +0000
commit64334352cc3f29f52dfa07225d65eb218d2fd830 (patch)
treeac9ddb2c2eaf3995aaf806feecfb0f8c99fc97dc /include
parent64494e99af8f834a0343a4d1ee0aa4c2860e13a3 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8003 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkStream.h1
-rw-r--r--include/core/SkXfermode.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/core/SkStream.h b/include/core/SkStream.h
index f525cf851c..7e3c1a370b 100644
--- a/include/core/SkStream.h
+++ b/include/core/SkStream.h
@@ -380,4 +380,3 @@ private:
typedef SkFILEStream SkURLStream;
#endif
-
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index 54946fdf87..930403f8da 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -105,7 +105,7 @@ public:
// all above modes can be expressed as pair of src/dst Coeffs
kCoeffModesCnt,
- // Following blend modes are defined in the CSS Compositing standard:
+ // Following blend modes are defined in the CSS Compositing standard:
// https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#blending
kScreen_Mode = kCoeffModesCnt,
kOverlay_Mode,