From 73b140a9f668c189b0682cc5f82d9fb57ff8bc15 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Wed, 5 Dec 2012 02:01:21 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6669 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/GrClipMaskManager.cpp | 2 +- src/gpu/GrClipMaskManager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu') diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp index 1b8bcd4659..4e7ac9cf81 100644 --- a/src/gpu/GrClipMaskManager.cpp +++ b/src/gpu/GrClipMaskManager.cpp @@ -280,7 +280,7 @@ void GrReduceClipStack(const SkClipStack& stack, } else { int clipsToSkip = 0; Element* element = result->headIter().get(); - while (NULL != element) { + while (NULL != element) { bool skippable = false; switch (element->getOp()) { case SkRegion::kDifference_Op: diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h index 0c8484abf1..ba8f6256e4 100644 --- a/src/gpu/GrClipMaskManager.h +++ b/src/gpu/GrClipMaskManager.h @@ -168,7 +168,7 @@ enum InitialState { }; /** - * This function takes a clip stack and a query rectangle and it produces a reduced set of + * This function takes a clip stack and a query rectangle and it produces a reduced set of * SkClipStack::Elements that are equivalent to applying the full stack to the rectangle. The * initial state of the query rectangle before the first clip element is applied is returned via * initialState. This function is declared here so that it can be unit-tested. It may become a -- cgit v1.2.3