aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Debugger/DebuggerCommandsView.cpp
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 15:18:25 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 15:18:25 +0000
commit9b77fbd38bf5b7f0aca1cf32cf84515ab51f0c26 (patch)
tree1821f722a590ea1fd84e9b02cb67bbbc089917b3 /experimental/Debugger/DebuggerCommandsView.cpp
parentf3523fbc40bc871f7bb301a41aa572113fdfd852 (diff)
Removed networking dependencies from SampleApp that caused errors
Fixed error in Debugger git-svn-id: http://skia.googlecode.com/svn/trunk@2106 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Debugger/DebuggerCommandsView.cpp')
-rw-r--r--experimental/Debugger/DebuggerCommandsView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/experimental/Debugger/DebuggerCommandsView.cpp b/experimental/Debugger/DebuggerCommandsView.cpp
index 112c447909..7c16a6da89 100644
--- a/experimental/Debugger/DebuggerCommandsView.cpp
+++ b/experimental/Debugger/DebuggerCommandsView.cpp
@@ -141,5 +141,4 @@ void DebuggerCommandsView::onDraw(SkCanvas* canvas) {
r = SkRect::MakeXYWH(this->width() - SKDEBUGGER_RESIZEBARSIZE, 0,
SKDEBUGGER_RESIZEBARSIZE, this->height());
canvas->drawRect(r, p);
- this->INHERITED::onDraw(canvas);
} \ No newline at end of file