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

Unified Diff: ui/aura_shell/shadow.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.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();

Powered by Google App Engine
This is Rietveld 408576698