aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/SkDebugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/SkDebugger.h')
-rw-r--r--debugger/SkDebugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/SkDebugger.h b/debugger/SkDebugger.h
index 7e58047942..50ab18168d 100644
--- a/debugger/SkDebugger.h
+++ b/debugger/SkDebugger.h
@@ -85,7 +85,7 @@ public:
return fDebugCanvas->getCurrentClip();
}
- SkRect pictureCull() const {
+ SkRect pictureCull() const {
return fPicture ? fPicture->cullRect() : SkRect::MakeEmpty();
}