| commit | ab5827354e2c23624acc3fc1fe4a83788bc99e96 | [log] [tgz] |
|---|---|---|
| author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 21 12:20:45 2014 +0000 |
| committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 21 12:20:45 2014 +0000 |
| tree | bd2f93c0c642b3ba13ac55279680692e87a2c164 | |
| parent | b39d5617f60e8c26f76011cfcd984d7ad42d9fa9 [diff] [blame] |
override new virtual onDrawDRRect in util canvas subclasses BUG=skia: R=robertphillips@google.com, reed@google.com Author: reed@chromium.org Review URL: https://codereview.chromium.org/174593003 git-svn-id: http://skia.googlecode.com/svn/trunk@13529 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h index 262619e..94316d5 100644 --- a/src/utils/debugger/SkDebugCanvas.h +++ b/src/utils/debugger/SkDebugCanvas.h
@@ -233,6 +233,9 @@ static const int kVizImageHeight = 256; static const int kVizImageWidth = 256; +protected: + virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE; + private: SkTDArray<SkDrawCommand*> fCommandVector; int fWidth;