aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-09 07:02:04 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-09 07:02:04 +0000
commitbe2143187244ead489ada7c3f9538902c0bc3231 (patch)
treeea6bdac4d54ff6ff4f4892e8bfc1383aec143daa
parent3eff3592acfa6c7b6d4e85c91f0a200eddb09db7 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9072 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--src/core/SkPictureRecord.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp
index f1e3b41ed3..90591b856d 100644
--- a/src/core/SkPictureRecord.cpp
+++ b/src/core/SkPictureRecord.cpp
@@ -797,10 +797,10 @@ bool SkPictureRecord::updateClipConservativelyUsingBounds(const SkRect& bounds,
// is set. The current clip of the recording canvas is used for quick
// culling of clipped-out primitives, which must not yield any false
// positives, while still rejecting as many as possible.
- // Contract:
+ // Contract:
// The current clip must contain the true clip. The true
- // clip is the clip that would have been computed with
- // kUsePathBoundsForClip_RecordingFlag disabled.
+ // clip is the clip that would have been computed with
+ // kUsePathBoundsForClip_RecordingFlag disabled.
// Objective:
// Keep the current clip as small as possible without
// breaking the contract, using only clip bounding rectangles
@@ -857,7 +857,7 @@ bool SkPictureRecord::updateClipConservativelyUsingBounds(const SkRect& bounds,
default:
SkASSERT(0); // unhandled op?
}
- }
+ }
return true;
}