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

Unified Diff: ui/aura_shell/shadow.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/image_grid.h ('k') | ui/aura_shell/shadow_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shadow.h
diff --git a/ui/aura_shell/shadow.h b/ui/aura_shell/shadow.h
index 0fea19a47c2588164ebde8e5da3faa164206efb1..ba7328510f3da06a7013b7cede975553ae3aeea8 100644
--- a/ui/aura_shell/shadow.h
+++ b/ui/aura_shell/shadow.h
@@ -8,6 +8,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+#include "ui/aura_shell/aura_shell_export.h"
#include "ui/gfx/rect.h"
namespace ui {
@@ -20,7 +21,7 @@ namespace internal {
class ImageGrid;
// Simple class that draws a drop shadow around content at given bounds.
-class Shadow {
+class AURA_SHELL_EXPORT Shadow {
public:
Shadow();
~Shadow();
« no previous file with comments | « ui/aura_shell/image_grid.h ('k') | ui/aura_shell/shadow_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698