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

Unified Diff: ash/host/transformer_helper.h

Issue 2840043003: chromeos: Makes mushrome use simplified display management (Closed)
Patch Set: merge Created 3 years, 8 months 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 | « ash/display/window_tree_host_manager.cc ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/transformer_helper.h
diff --git a/ash/host/transformer_helper.h b/ash/host/transformer_helper.h
index cd8f9981e951668d396b09786511198a9c953bb0..70db30399208296ef96eefc1b12e43479612acac 100644
--- a/ash/host/transformer_helper.h
+++ b/ash/host/transformer_helper.h
@@ -7,6 +7,7 @@
#include <memory>
+#include "ash/ash_export.h"
#include "base/macros.h"
namespace gfx {
@@ -21,7 +22,7 @@ class RootWindowTransformer;
// A helper class to handle ash specific feature that requires
// transforming a root window (such as rotation, UI zooming).
-class TransformerHelper {
+class ASH_EXPORT TransformerHelper {
public:
explicit TransformerHelper(AshWindowTreeHost* ash_host);
~TransformerHelper();
« no previous file with comments | « ash/display/window_tree_host_manager.cc ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698