Index: app/gfx/color_utils.h |
=================================================================== |
--- app/gfx/color_utils.h (revision 24065) |
+++ app/gfx/color_utils.h (working copy) |
@@ -14,7 +14,7 @@ |
// Represents set of CIE XYZ tristimulus values. |
struct CIE_XYZ { |
double X; |
- double Y; // luminance |
+ double Y; // luminance |
double Z; |
}; |
@@ -58,6 +58,6 @@ |
// Gets a Windows system color as a SkColor |
SkColor GetSysSkColor(int which); |
-} // namespace color_utils |
+} // namespace color_utils |
-#endif // #ifndef APP_GFX_COLOR_UTILS_H_ |
+#endif // APP_GFX_COLOR_UTILS_H_ |