Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3235)

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_event_loop.h

Issue 610523002: linux: Fixes a racy crash by key input at termination. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h b/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
index d52e4fd84b1e39e3d59ffdd7011bdfd02aab56e4..0bd2a219ae2724166dba8f738a844818a7e05374 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
+++ b/chrome/browser/ui/libgtk2ui/gtk2_event_loop.h
@@ -25,10 +25,8 @@ class Gtk2EventLoop {
Gtk2EventLoop();
~Gtk2EventLoop();
- static void GdkEventTrampoline(GdkEvent* event, gpointer data);
-
- void DispatchGdkEvent(GdkEvent* gdk_event);
- void ProcessGdkEventKey(const GdkEventKey& gdk_event_key);
+ static void DispatchGdkEvent(GdkEvent* gdk_event, gpointer);
+ static void ProcessGdkEventKey(const GdkEventKey& gdk_event_key);
DISALLOW_COPY_AND_ASSIGN(Gtk2EventLoop);
};
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698