Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTexture
TBR=caryclark@google.com Review URL: https://codereview.chromium.org/1417553002 .
This commit is contained in:
parent
a8e5fbdf30
commit
9f8904d2fd
@ -291,7 +291,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
GrTexture* refOriginalTexture(GrContext* ctx) {
|
||||
GrTexture* refOriginalTexture(GrContext* ctx) override {
|
||||
GrTexture* tex = fBitmap.getTexture();
|
||||
if (tex) {
|
||||
return SkRef(tex);
|
||||
|
Loading…
Reference in New Issue
Block a user