Index: ui/views/controls/button/text_button.h |
diff --git a/ui/views/controls/button/text_button.h b/ui/views/controls/button/text_button.h |
index e8544a4e40dee9fb0ac3468d8459bca2eb806329..6d604fd7e13d698199775119840131aa6e787e6e 100644 |
--- a/ui/views/controls/button/text_button.h |
+++ b/ui/views/controls/button/text_button.h |
@@ -244,8 +244,7 @@ class VIEWS_EXPORT TextButtonBase : public CustomButton, |
virtual gfx::Rect GetTextBounds() const; |
- // Compute the flags to use for rendering text strings. |
- virtual int ComputeCanvasStringFlags() const; |
+ int ComputeCanvasStringFlags() const; |
// Calculate the bounds of the content of this button, including any extra |
// width needed on top of the text width. |