diff options
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit_view_win.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit_view_win.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_win.h b/chrome/browser/autocomplete/autocomplete_edit_view_win.h index 33af6a7..4f3e51e 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_win.h +++ b/chrome/browser/autocomplete/autocomplete_edit_view_win.h @@ -457,8 +457,6 @@ class AutocompleteEditViewWin // every time we paint. |font_y_adjustment_| is the number of pixels we need // to shift the font vertically in order to make its baseline be at our // desired baseline in the edit. - int font_ascent_; - int font_descent_; int font_x_height_; int font_y_adjustment_; |