| Index: src/core/SkValidatingReadBuffer.h
|
| diff --git a/src/core/SkValidatingReadBuffer.h b/src/core/SkValidatingReadBuffer.h
|
| index bcdcba5de4a773ba92d024ea9c945111f454ccf8..7fb203b45e99d8a6755b06aa936a09752a10ee54 100644
|
| --- a/src/core/SkValidatingReadBuffer.h
|
| +++ b/src/core/SkValidatingReadBuffer.h
|
| @@ -28,7 +28,6 @@ public:
|
| // primitives
|
| bool readBool() override;
|
| SkColor readColor() override;
|
| - SkFixed readFixed() override;
|
| int32_t readInt() override;
|
| SkScalar readScalar() override;
|
| uint32_t readUInt() override;
|
|
|