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

Unified Diff: aura/desktop.h

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: events Created 9 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
Index: aura/desktop.h
diff --git a/aura/desktop.h b/aura/desktop.h
index 88f02f3cdb7d12990616aabe30b3e38dbee704ee..3d292aff62894b98a1bc98a14d71a60bdfc66220 100644
--- a/aura/desktop.h
+++ b/aura/desktop.h
@@ -7,6 +7,7 @@
#pragma once
#include "aura/root_window.h"
+#include "aura/aura_export.h"
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "ui/gfx/native_widget_types.h"
@@ -25,7 +26,7 @@ class DesktopHost;
class MouseEvent;
// Desktop is responsible for hosting a set of windows.
-class Desktop {
+class AURA_EXPORT Desktop {
public:
Desktop();
~Desktop();
« no previous file with comments | « aura/demo/demo_main.cc ('k') | aura/desktop_host_linux.cc » ('j') | aura/desktop_host_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698