summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 15:40:29 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 15:40:29 +0000
commit1426c0a65812ae73fdbdedfec27b3f3f9ba0e1ed (patch)
tree9917ef07f1d12649e860878facc8ef9926339bbb /chrome/browser/autocomplete/autocomplete_popup_view_gtk.h
parent8b3963bcb3a05214909e2330982b418c77c380f6 (diff)
downloadchromium_src-1426c0a65812ae73fdbdedfec27b3f3f9ba0e1ed.zip
chromium_src-1426c0a65812ae73fdbdedfec27b3f3f9ba0e1ed.tar.gz
chromium_src-1426c0a65812ae73fdbdedfec27b3f3f9ba0e1ed.tar.bz2
Linux Omnibox results improvements:
- Honor the damage rect when painting result lines. - Move some code from GdkRectangle to gfx::Rect. - Drop GC creation and just use one from the widget's style. - Fix a bug in content/description width allocation. - Factor out the icon loading and switch into IconForMatch(). Review URL: http://codereview.chromium.org/99050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_popup_view_gtk.h')
-rwxr-xr-xchrome/browser/autocomplete/autocomplete_popup_view_gtk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h b/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h
index 230eac2..70e5ad6 100755
--- a/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h
+++ b/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h
@@ -84,8 +84,6 @@ class AutocompletePopupViewGtk : public AutocompletePopupView {
// Our popup window, which is the only widget used, and we paint it on our
// own. This widget shouldn't be exposed outside of this class.
GtkWidget* window_;
- // The graphics context created from the window, cached across exposes.
- GdkGC* gc_;
// The pango layout object created from the window, cached across exposes.
PangoLayout* layout_;