aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/arcofzorro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/arcofzorro.cpp')
-rw-r--r--gm/arcofzorro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/arcofzorro.cpp b/gm/arcofzorro.cpp
index ef2a36b9fa..6efea27dcc 100644
--- a/gm/arcofzorro.cpp
+++ b/gm/arcofzorro.cpp
@@ -16,7 +16,7 @@ namespace skiagm {
class ArcOfZorroGM : public GM {
public:
ArcOfZorroGM() {
- this->setBGColor(0xFFCCCCCC);
+ this->setBGColor(sk_tool_utils::color_to_565(0xFFCCCCCC));
}
protected: