Index: ui/gfx/render_text.h |
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
index 6a79c4ae630291f481180fe4ed2cca025f355fe1..39b554c23c1b198b8f1d7875442c4549ceea2f12 100644 |
--- a/ui/gfx/render_text.h |
+++ b/ui/gfx/render_text.h |
@@ -54,6 +54,9 @@ class SkiaTextRenderer { |
void SetDrawLooper(SkDrawLooper* draw_looper); |
void SetFontRenderParams(const FontRenderParams& params, |
bool background_is_transparent); |
+#if defined(OS_WIN) |
+ void CorrectPaintFlags(bool background_is_transparent); |
+#endif // OS_WIN |
void SetTypeface(SkTypeface* typeface); |
void SetTextSize(SkScalar size); |
void SetFontFamilyWithStyle(const std::string& family, int font_style); |