aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/tablecolorfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/tablecolorfilter.cpp')
-rw-r--r--gm/tablecolorfilter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/tablecolorfilter.cpp b/gm/tablecolorfilter.cpp
index c9ca474e76..a644bd1053 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;
};