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

Unified Diff: ui/aura_shell/image_grid.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/image_grid.h
diff --git a/ui/aura_shell/image_grid.h b/ui/aura_shell/image_grid.h
index e53d97ddba0204d06fcdff49cfd8bef93132719b..a5ff264a33c8a1494aeed7959cc0cf6ae5d6b93c 100644
--- a/ui/aura_shell/image_grid.h
+++ b/ui/aura_shell/image_grid.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
+#include "ui/aura_shell/aura_shell_export.h"
#include "ui/gfx/compositor/layer.h"
#include "ui/gfx/compositor/layer_delegate.h"
#include "ui/gfx/rect.h"
@@ -57,7 +58,7 @@ namespace internal {
// | xXX|
// ...
//
-class ImageGrid {
+class AURA_SHELL_EXPORT ImageGrid {
public:
// Helper class for use by tests.
class TestAPI {

Powered by Google App Engine
This is Rietveld 408576698