| Index: src/gpu/effects/GrTextureDomain.h
|
| diff --git a/src/gpu/effects/GrTextureDomain.h b/src/gpu/effects/GrTextureDomain.h
|
| index dc781870ceeaa48ab5a86a81128e207445c8aa19..80a617ef722eff937f9eb1ef381b97b83768605b 100644
|
| --- a/src/gpu/effects/GrTextureDomain.h
|
| +++ b/src/gpu/effects/GrTextureDomain.h
|
| @@ -108,7 +108,7 @@ public:
|
| * GrGLEffect::GenKey() must call this and include the returned value in it's computed key.
|
| * The returned will be limited to the lower kDomainKeyBits bits.
|
| */
|
| - static GrGLEffect::EffectKey DomainKey(const GrTextureDomain& domain) {
|
| + static uint32_t DomainKey(const GrTextureDomain& domain) {
|
| GR_STATIC_ASSERT(kModeCount <= 4);
|
| return domain.mode();
|
| }
|
|
|