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

Unified Diff: ui/aura_shell/shadow_controller.h

Issue 8631015: Aura: notify DropHelper when target view is removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with head 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
« no previous file with comments | « ui/aura_shell/shadow.h ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ui/aura_shell/shadow.h ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698