| Index: gm/tablecolorfilter.cpp
|
| diff --git a/gm/tablecolorfilter.cpp b/gm/tablecolorfilter.cpp
|
| index c9ca474e764564a85359d6c4df174bfeef3b3875..a644bd105377a7f88409a65ef8f88f5641ecf8d8 100644
|
| --- a/gm/tablecolorfilter.cpp
|
| +++ b/gm/tablecolorfilter.cpp
|
| @@ -209,12 +209,12 @@ public:
|
| {
|
| fName.printf("colorcomposefilter_%s", suffix);
|
| }
|
| -
|
| +
|
| protected:
|
| virtual SkString onShortName() {
|
| return fName;
|
| }
|
| -
|
| +
|
| virtual SkISize onISize() {
|
| return SkISize::Make(790, 790);
|
| }
|
| @@ -270,7 +270,7 @@ protected:
|
| canvas->translate(0, r.height() + spacer);
|
| }
|
| }
|
| -
|
| +
|
| private:
|
| typedef GM INHERITED;
|
| };
|
|
|