Index: ui/gfx/canvas.h |
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h |
index 328292aee0c35ef7ed41a9cc2134deb5b5b496d5..d97946575fa2384ac4894cbdd3916102d5e7bb25 100644 |
--- a/ui/gfx/canvas.h |
+++ b/ui/gfx/canvas.h |
@@ -72,6 +72,9 @@ class GFX_EXPORT Canvas { |
// when rendering text onto a fully- or partially-transparent background |
// that will later be blended with another image. |
NO_SUBPIXEL_RENDERING = 1 << 9, |
+ |
+ // Draw text with 1px border. |
+ HALO_EFFECT = 1 << 10, |
}; |
// Creates an empty canvas with image_scale of 1x. |