summaryrefslogtreecommitdiffstats
path: root/base/message_pump_glib_x_dispatch.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 16:02:40 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 16:02:40 +0000
commit0c304949918cb35cc4c730847669b0c09f6fd248 (patch)
tree879ffb8e336d37f6902435d045150ff7845b7a26 /base/message_pump_glib_x_dispatch.h
parentffeb154342de3593288afcd6a1ca90043e299b48 (diff)
downloadchromium_src-0c304949918cb35cc4c730847669b0c09f6fd248.zip
chromium_src-0c304949918cb35cc4c730847669b0c09f6fd248.tar.gz
chromium_src-0c304949918cb35cc4c730847669b0c09f6fd248.tar.bz2
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
Diffstat (limited to 'base/message_pump_glib_x_dispatch.h')
-rw-r--r--base/message_pump_glib_x_dispatch.h2
1 files changed, 1 insertions, 1 deletions
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