Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: gm/arcofzorro.cpp

Issue 1182403003: Revert of Revert of make gm background colors 565 compatible (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/anisotropic.cpp ('k') | gm/bigblurs.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/arcofzorro.cpp
diff --git a/gm/arcofzorro.cpp b/gm/arcofzorro.cpp
index ef2a36b9fa9ac7decc1da3eae2ac13562df9c440..6efea27dcc112d093fcd0404788642c12cf80d98 100644
--- a/gm/arcofzorro.cpp
+++ b/gm/arcofzorro.cpp
@@ -16,7 +16,7 @@
class ArcOfZorroGM : public GM {
public:
ArcOfZorroGM() {
- this->setBGColor(0xFFCCCCCC);
+ this->setBGColor(sk_tool_utils::color_to_565(0xFFCCCCCC));
}
protected:
« no previous file with comments | « gm/anisotropic.cpp ('k') | gm/bigblurs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698