add missing SK_OVERRIDE
BUG=skia: Review URL: https://codereview.chromium.org/894153002
This commit is contained in:
parent
efbad37180
commit
004a166ad7
@ -62,7 +62,7 @@ protected:
|
|||||||
this->handlePaint(paint);
|
this->handlePaint(paint);
|
||||||
}
|
}
|
||||||
|
|
||||||
void onDrawPoints(PointMode, size_t, const SkPoint[], const SkPaint& paint) {
|
void onDrawPoints(PointMode, size_t, const SkPoint[], const SkPaint& paint) SK_OVERRIDE {
|
||||||
this->handlePaint(paint);
|
this->handlePaint(paint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user