Add override to GrAAFillRectBatch::onCombineIfPossible

TBR=robertphillips@google.com

Review URL: https://codereview.chromium.org/1287103003
This commit is contained in:
bsalomon 2015-08-12 11:28:11 -07:00 committed by Commit bot
parent d9e57158eb
commit c3021eddc4

View File

@ -175,7 +175,7 @@ private:
const SkMatrix& viewMatrix() const { return fGeoData[0].fViewMatrix; }
bool coverageIgnored() const { return fBatch.fCoverageIgnored; }
bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) {
bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override {
if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *t->pipeline(), t->bounds(),
caps)) {
return false;