aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-01 03:02:09 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-01 03:02:09 +0000
commit370a89980b2d38a6d01903b484bf404d6c48b496 (patch)
tree2a428264e58922f13023ae682becb4cb83702ba0 /experimental/PdfViewer
parentf4c06531dc325ddffcbf5b35813fd7d60fe389ef (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13634 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/PdfViewer')
-rw-r--r--experimental/PdfViewer/SkNulCanvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/PdfViewer/SkNulCanvas.h b/experimental/PdfViewer/SkNulCanvas.h
index 506d49f35f..af933526f5 100644
--- a/experimental/PdfViewer/SkNulCanvas.h
+++ b/experimental/PdfViewer/SkNulCanvas.h
@@ -87,8 +87,8 @@ public:
virtual ClipType getClipType() const SK_OVERRIDE { return kRect_ClipType; }
virtual bool getClipBounds(SkRect* bounds) const SK_OVERRIDE {
if (NULL != bounds) {
- bounds->setXYWH(0, 0,
- SkIntToScalar(this->imageInfo().fWidth),
+ bounds->setXYWH(0, 0,
+ SkIntToScalar(this->imageInfo().fWidth),
SkIntToScalar(this->imageInfo().fHeight));
}
return true;