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

Unified Diff: ui/views/event_monitor_mac.h

Issue 730833006: MacViews: Implement event monitoring for a specific window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: ui/views/event_monitor_mac.h
diff --git a/ui/views/event_monitor_mac.h b/ui/views/event_monitor_mac.h
index 52c94fd895ef8eef66392897b807b3e900241db8..03188fdba7db36a55e38095baeadd4677a77dce2 100644
--- a/ui/views/event_monitor_mac.h
+++ b/ui/views/event_monitor_mac.h
@@ -14,7 +14,8 @@ namespace views {
class EventMonitorMac : public EventMonitor {
public:
- explicit EventMonitorMac(ui::EventHandler* event_handler);
+ EventMonitorMac(ui::EventHandler* event_handler,
+ gfx::NativeWindow target_window);
virtual ~EventMonitorMac();
private:

Powered by Google App Engine
This is Rietveld 408576698