aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
Diffstat (limited to 'gm')
-rw-r--r--gm/gm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/gm.h b/gm/gm.h
index 4259c39df9..21366aadae 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -46,6 +46,7 @@ namespace skiagm {
return this->onGetFlags();
}
+ SkColor getBGColor() const { return fBGColor; }
void setBGColor(SkColor);
protected: