summaryrefslogtreecommitdiffstats
path: root/base/message_pump_x.cc
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 22:08:29 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 22:08:29 +0000
commitf641e73f63c4ee84ae7c412c7c225eb493539ce8 (patch)
tree8a61fd6ba2ef95867e88cf102e538553e8d756bc /base/message_pump_x.cc
parent578c696d2d820567eb0cd938476fedee4a892f56 (diff)
downloadchromium_src-f641e73f63c4ee84ae7c412c7c225eb493539ce8.zip
chromium_src-f641e73f63c4ee84ae7c412c7c225eb493539ce8.tar.gz
chromium_src-f641e73f63c4ee84ae7c412c7c225eb493539ce8.tar.bz2
Get views_unittests pass on touch build
* Changed views test to use ViewsTestBase. * Always calls ViewsTestBase::SetUp/TearDown. Added flags to check if this is enforced. * Excluded tests that does not make sense on touch/pure views build. BUG=none TEST=views_unittets now passes on touch build, with a few exceptions below. WidgetTest.GrabUngrab: assigned to sadrul NativeTextfieldViewsTest.DragAndDrop_XXX: msw will look into it. Review URL: http://codereview.chromium.org/7720020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98128 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/message_pump_x.cc')
-rw-r--r--base/message_pump_x.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/message_pump_x.cc b/base/message_pump_x.cc
index 9c0b90c..8e098af 100644
--- a/base/message_pump_x.cc
+++ b/base/message_pump_x.cc
@@ -251,7 +251,7 @@ void MessagePumpX::EventDispatcherX(GdkEvent* event, gpointer data) {
} else if (!pump_x->IsDispatchingEvent()) {
if (event->type != GDK_NOTHING &&
pump_x->capture_gdk_events_[event->type]) {
- NOTREACHED() << "GDK received an event it shouldn't have";
+ NOTREACHED() << "GDK received an event it shouldn't have:" << event->type;
}
}