| Index: gm/convexpolyeffect.cpp
|
| diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
|
| index 6e4705745bb9376c6631146d416a4b12be83d330..281ddca77e873249b97792ccb0a1bc38993a8094 100644
|
| --- a/gm/convexpolyeffect.cpp
|
| +++ b/gm/convexpolyeffect.cpp
|
| @@ -95,6 +95,7 @@ protected:
|
| void onDraw(SkCanvas* canvas) SK_OVERRIDE {
|
| GrRenderTarget* rt = canvas->internal_private_accessTopLayerRenderTarget();
|
| if (NULL == rt) {
|
| + this->drawGpuOnlyMessage(canvas);
|
| return;
|
| }
|
| GrContext* context = rt->getContext();
|
|
|