aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/utils/SkMatrix44.h2
-rw-r--r--src/gpu/GrClipMaskManager.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h
index c082e964c5..03daac4e34 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 2f24b22fc5..0808b5e3b3 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;