summaryrefslogtreecommitdiffstats
path: root/views/controls/native/native_view_host_gtk.h
diff options
context:
space:
mode:
authordavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-07 21:51:15 +0000
committerdavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-07 21:51:15 +0000
commitdbf4b402fd4318fa5e675176ff97d560aabc8082 (patch)
treed192a2a30cb46625d1ad4a28bf800bf026ad0c56 /views/controls/native/native_view_host_gtk.h
parent5cf64e02dd0ef2246e23486135f15be219fcd9d9 (diff)
downloadchromium_src-dbf4b402fd4318fa5e675176ff97d560aabc8082.zip
chromium_src-dbf4b402fd4318fa5e675176ff97d560aabc8082.tar.gz
chromium_src-dbf4b402fd4318fa5e675176ff97d560aabc8082.tar.bz2
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
Diffstat (limited to 'views/controls/native/native_view_host_gtk.h')
-rw-r--r--views/controls/native/native_view_host_gtk.h3
1 files changed, 3 insertions, 0 deletions
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);