| Index: include/core/SkBBHFactory.h
|
| diff --git a/include/core/SkBBHFactory.h b/include/core/SkBBHFactory.h
|
| index 29c40ee951afb36764907353c16f9fa293b782c5..490a6b5c078151801d619c541506258f04606594 100644
|
| --- a/include/core/SkBBHFactory.h
|
| +++ b/include/core/SkBBHFactory.h
|
| @@ -24,7 +24,7 @@ public:
|
|
|
| class SK_API SkRTreeFactory : public SkBBHFactory {
|
| public:
|
| - virtual SkBBoxHierarchy* operator()(const SkRect& bounds) const SK_OVERRIDE;
|
| + SkBBoxHierarchy* operator()(const SkRect& bounds) const SK_OVERRIDE;
|
| private:
|
| typedef SkBBHFactory INHERITED;
|
| };
|
|
|