| Index: include/utils/SkProxyCanvas.h
|
| diff --git a/include/utils/SkProxyCanvas.h b/include/utils/SkProxyCanvas.h
|
| index 383e532fbfca4d849f959dadbadc9cbf961248e5..f192e54a512ebb7eda909e89eb67044c438d0b0c 100644
|
| --- a/include/utils/SkProxyCanvas.h
|
| +++ b/include/utils/SkProxyCanvas.h
|
| @@ -85,6 +85,9 @@ public:
|
| virtual SkBounder* setBounder(SkBounder* bounder) SK_OVERRIDE;
|
| virtual SkDrawFilter* setDrawFilter(SkDrawFilter* filter) SK_OVERRIDE;
|
|
|
| +protected:
|
| + virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE;
|
| +
|
| private:
|
| SkCanvas* fProxy;
|
|
|
|
|