diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 19:59:34 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 19:59:34 +0000 |
commit | ef0a90512e67c67b5845b0661c379de5a9fb3180 (patch) | |
tree | e75a2bd272cc0e20ad679058567e1d6307113796 /chrome/browser/debugger/devtools_manager.h | |
parent | 0bafddac190f5cb7fa2645e7ec4ec165c3cc41f4 (diff) | |
download | chromium_src-ef0a90512e67c67b5845b0661c379de5a9fb3180.zip chromium_src-ef0a90512e67c67b5845b0661c379de5a9fb3180.tar.gz chromium_src-ef0a90512e67c67b5845b0661c379de5a9fb3180.tar.bz2 |
touchui: Fix painting issues caused by the X message pump.
WidgetGtk has two GtkWidgets, |widget_|, and |window_contents_| inside it.
|window_contents_| is the widget that receives the GTK+ expose events and shows
up on top of |widget_|. However, RenderWidgetHostViewViews paints on |widget_|s
window, because |widget_| is considered as the NativeView. So change
native_view() to return |window_contents_| instead of |widget_| so that the
correct canvas is used for painting.
BUG=None
TEST=Webpages show up correctly with the X message pump.
Review URL: http://codereview.chromium.org/5776002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/debugger/devtools_manager.h')
0 files changed, 0 insertions, 0 deletions