From dbf4b402fd4318fa5e675176ff97d560aabc8082 Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Thu, 7 Jul 2011 21:51:15 +0000 Subject: Try two for flicker free drawing patch from issue 7171025 BUG=84721 TEST=Switch tabs...no flicker Review URL: http://codereview.chromium.org/7327002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91762 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/native/native_view_host_gtk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views/controls/native/native_view_host_gtk.h') diff --git a/views/controls/native/native_view_host_gtk.h b/views/controls/native/native_view_host_gtk.h index 0ecfd99..84b0a36 100644 --- a/views/controls/native/native_view_host_gtk.h +++ b/views/controls/native/native_view_host_gtk.h @@ -57,6 +57,9 @@ class NativeViewHostGtk : public NativeViewHostWrapper { // on a descendant of fixed_. GtkWidget* GetFocusedDescendant(); + // Connects a new host widget. + void AttachHostWidget(); + // Invoked from the 'destroy' signal. static void CallDestroy(GtkObject* object, NativeViewHostGtk* host); -- cgit v1.1