Index: ui/gfx/render_text_mac.h |
diff --git a/ui/gfx/render_text_mac.h b/ui/gfx/render_text_mac.h |
index 042029aa3dee1bb1cd07987079ea5db597a80bf2..58c027a655207007ebeb378b83bef986dc41ad9d 100644 |
--- a/ui/gfx/render_text_mac.h |
+++ b/ui/gfx/render_text_mac.h |
@@ -75,6 +75,7 @@ class GFX_EXPORT RenderTextMac : public RenderText { |
bool diagonal_strike; |
TextRun(); |
+ TextRun(const TextRun& other); |
~TextRun(); |
}; |