| Index: src/core/SkRegion_path.cpp
|
| diff --git a/src/core/SkRegion_path.cpp b/src/core/SkRegion_path.cpp
|
| index c3c04238888f75f8433b38adb79a1c5e58723442..e9224d824e6c7b51e7e488c7aa6e2223a561737c 100644
|
| --- a/src/core/SkRegion_path.cpp
|
| +++ b/src/core/SkRegion_path.cpp
|
| @@ -43,7 +43,7 @@ public:
|
| void copyToRect(SkIRect*) const;
|
| void copyToRgn(SkRegion::RunType runs[]) const;
|
|
|
| - virtual void blitH(int x, int y, int width) SK_OVERRIDE;
|
| + void blitH(int x, int y, int width) SK_OVERRIDE;
|
|
|
| #ifdef SK_DEBUG
|
| void dump() const {
|
|
|