add getBGColor() getter

git-svn-id: http://skia.googlecode.com/svn/trunk@2809 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-12-06 16:15:42 +00:00
parent 39ee0ffa72
commit b4b49ccc41

View File

@ -46,6 +46,7 @@ namespace skiagm {
return this->onGetFlags();
}
SkColor getBGColor() const { return fBGColor; }
void setBGColor(SkColor);
protected: