| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index 510b85acb8c56de2ec46b5ebe82a58c0601bd4c7..223f62fd954d39079a847275cf94328c278f8ad5 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -67,7 +67,7 @@ static inline GrPixelConfig fmt_to_config(SkTextureCompressor::Format fmt) {
|
| return config;
|
| }
|
|
|
| -static bool choose_compressed_fmt(const GrDrawTargetCaps* caps,
|
| +static bool choose_compressed_fmt(const GrCaps* caps,
|
| SkTextureCompressor::Format *fmt) {
|
| if (NULL == fmt) {
|
| return false;
|
|
|