From 0c304949918cb35cc4c730847669b0c09f6fd248 Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Fri, 11 Feb 2011 16:02:40 +0000 Subject: Use DispatchX for dispatching X events. This fixes an error clang shows with -Woverloaded-virtual. BUG=72575 TEST=none Review URL: http://codereview.chromium.org/6487004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74595 0039d316-1c4b-4281-b951-d872f2087c98 --- base/message_pump_glib_x_dispatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/message_pump_glib_x_dispatch.h') diff --git a/base/message_pump_glib_x_dispatch.h b/base/message_pump_glib_x_dispatch.h index 4a973726..4c44cab 100644 --- a/base/message_pump_glib_x_dispatch.h +++ b/base/message_pump_glib_x_dispatch.h @@ -28,7 +28,7 @@ class MessagePumpGlibXDispatcher : public MessagePumpForUI::Dispatcher { // Dispatches the event. EVENT_IGNORED is returned if the event was ignored // (i.e. not processed). EVENT_PROCESSED is returned if the event was // processed. The nested loop exits immediately if EVENT_QUIT is returned. - virtual DispatchStatus Dispatch(XEvent* xevent) = 0; + virtual DispatchStatus DispatchX(XEvent* xevent) = 0; }; } // namespace base -- cgit v1.1