| Index: tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp
|
| diff --git a/tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp b/tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp
|
| index 4d66fc9958a6613d0bf0eb381cef9e8b6d4a80e5..4ab5096a1b703dbb3612efb9235646a33789722b 100644
|
| --- a/tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp
|
| +++ b/tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp
|
| @@ -25,7 +25,7 @@ int ClipAlphaHandler::handle(Request* request, MHD_Connection* connection,
|
| SkTArray<SkString> commands;
|
| SkStrSplit(url, "/", &commands);
|
|
|
| - if (!request->fPicture.get() || commands.count() != 2) {
|
| + if (!request->hasPicture() || commands.count() != 2) {
|
| return MHD_NO;
|
| }
|
|
|
|
|