Add override to GrAAFillRectBatch::onCombineIfPossible
TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1287103003
This commit is contained in:
parent
d9e57158eb
commit
c3021eddc4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user