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

Unified Diff: ui/base/x/active_window_watcher_x.h

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « ui/base/win/window_impl.h ('k') | ui/base/x/x11_util.h » ('j') | ui/ui.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/active_window_watcher_x.h
===================================================================
--- ui/base/x/active_window_watcher_x.h (revision 92815)
+++ ui/base/x/active_window_watcher_x.h (working copy)
@@ -12,13 +12,14 @@
#include "base/memory/singleton.h"
#include "base/observer_list.h"
#include "ui/base/gtk/gtk_signal.h"
+#include "ui/ui_api.h"
namespace ui {
// This is a helper class that is used to keep track of which window the X
// window manager thinks is active. Add an Observer to listener for changes to
// the active window.
-class ActiveWindowWatcherX {
+class UI_API ActiveWindowWatcherX {
public:
class Observer {
public:
« no previous file with comments | « ui/base/win/window_impl.h ('k') | ui/base/x/x11_util.h » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698