From ab38f7acb336c4330af015312e854e990babd3f5 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Wed, 28 Nov 2012 02:02:11 +0000 Subject: [PATCH] Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6577 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/utils/SkMatrix44.h | 2 +- src/gpu/GrClipMaskManager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h index c082e96..03daac4 100644 --- a/include/utils/SkMatrix44.h +++ b/include/utils/SkMatrix44.h @@ -125,7 +125,7 @@ public: SkASSERT((unsigned)col <= 3); fMat[col][row] = value; } - + double getDouble(int row, int col) const { return SkMScalarToDouble(this->get(row, col)); } diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp index 2f24b22..0808b5e 100644 --- a/src/gpu/GrClipMaskManager.cpp +++ b/src/gpu/GrClipMaskManager.cpp @@ -232,7 +232,7 @@ void GrReduceClipStack(const SkClipStack& stack, // at the replace op or detect here than the shape is either completely inside // or completely outside the bounds. In this latter case it can be skipped by // setting the correct value for initialState. - if (*resultsAreBounded) { + if (*resultsAreBounded) { if (clip->isInverseFilled()) { if (clip->contains(*resultBounds)) { *initialState = kAllOut_InitialState; -- 2.7.4