aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-24 07:01:26 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-24 07:01:26 +0000
commit3e2345a8d56cb76bc43e4421a3e9e3681ecd9eba (patch)
treefff057f8bf6968fa52925bca60e56db7a674a40b /debugger
parent932105ae4be6684c4967d7c496f6f88b3692bda6 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9266 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'debugger')
-rw-r--r--debugger/QT/SkDebuggerGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
index f1423c1854..a64870d12f 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -144,7 +144,7 @@ void SkDebuggerGUI::showDeletes() {
class SkTimedPicturePlayback : public SkPicturePlayback {
public:
SkTimedPicturePlayback(SkStream* stream, const SkPictInfo& info,
- SkPicture::InstallPixelRefProc proc,
+ SkPicture::InstallPixelRefProc proc,
const SkTDArray<bool>& deletedCommands)
: INHERITED(stream, info, proc)
, fSkipCommands(deletedCommands)