diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 21:51:15 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 21:51:15 +0000 |
commit | dbf4b402fd4318fa5e675176ff97d560aabc8082 (patch) | |
tree | d192a2a30cb46625d1ad4a28bf800bf026ad0c56 /views/controls/native/native_view_host_gtk.h | |
parent | 5cf64e02dd0ef2246e23486135f15be219fcd9d9 (diff) | |
download | chromium_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.h | 3 |
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); |