add getBGColor() getter



git-svn-id: http://skia.googlecode.com/svn/trunk@2809 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/gm.h b/gm/gm.h
index 4259c39..21366aa 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -46,6 +46,7 @@
             return this->onGetFlags();
         }
         
+        SkColor getBGColor() const { return fBGColor; }
         void setBGColor(SkColor);
 
 	protected: