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

Unified Diff: ui/aura_shell/shadow_controller.h

Issue 8653005: Make Aura and compositor stacking methods more intuitive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/aura_shell/shadow_controller.h
diff --git a/ui/aura_shell/shadow_controller.h b/ui/aura_shell/shadow_controller.h
index d2a79f8e328bbb7c9bedd3f074e2c8c9089ab322..6f6a602ab941ab3bea5ecc5ff5a00ca33a32cba2 100644
--- a/ui/aura_shell/shadow_controller.h
+++ b/ui/aura_shell/shadow_controller.h
@@ -13,6 +13,7 @@
#include "base/memory/linked_ptr.h"
#include "ui/aura/desktop_observer.h"
#include "ui/aura/window_observer.h"
+#include "ui/aura_shell/aura_shell_export.h"
namespace aura {
class Window;
@@ -28,8 +29,8 @@ class Shadow;
// ShadowController observes changes to windows and creates and updates drop
// shadows as needed.
-class ShadowController : public aura::DesktopObserver,
- public aura::WindowObserver {
+class AURA_SHELL_EXPORT ShadowController : public aura::DesktopObserver,
+ public aura::WindowObserver {
public:
class TestApi {
public:

Powered by Google App Engine
This is Rietveld 408576698