aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/debugger
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-04 03:02:32 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-04 03:02:32 +0000
commitade9a3485e78d471f5f0902e9e50a2ec74c88e76 (patch)
tree812c5c5907c2b84a3b4f6f4902d4e7b876b31ce6 /src/utils/debugger
parent3b987595293de5a6fadd0f7c8c00eaedf5aca660 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13651 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils/debugger')
-rw-r--r--src/utils/debugger/SkDebugCanvas.h4
-rw-r--r--src/utils/debugger/SkDrawCommand.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
index 8c1f72f968..b9780369d1 100644
--- a/src/utils/debugger/SkDebugCanvas.h
+++ b/src/utils/debugger/SkDebugCanvas.h
@@ -281,13 +281,13 @@ private:
*/
int fOutstandingSaveCount;
- /**
+ /**
The active saveLayer commands at a given point in the renderering.
Only used when "mega" visualization is enabled.
*/
SkTDArray<SkDrawCommand*> fActiveLayers;
- /**
+ /**
The active cull commands at a given point in the rendering.
Only used when "mega" visualization is enabled.
*/
diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h
index a4f50c9737..3c40393fe7 100644
--- a/src/utils/debugger/SkDrawCommand.h
+++ b/src/utils/debugger/SkDrawCommand.h
@@ -44,7 +44,7 @@ public:
// The next "active" system is only used by save, saveLayer, restore,
// pushCull and popCull. It is used in two ways:
- // To determine which saveLayers are currently active (at a
+ // To determine which saveLayers are currently active (at a
// given point in the rendering).
// save just return a kPushLayer action but don't track active state
// restore just return a kPopLayer action