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

Unified Diff: ash/display/root_window_transformers.h

Issue 2790583004: Add second copy request after screen rotation to flatten the layers in animation. (Closed)
Patch Set: Move some functions to ash/utility/transformer_util. 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
Index: ash/display/root_window_transformers.h
diff --git a/ash/display/root_window_transformers.h b/ash/display/root_window_transformers.h
index a1b44643da2f927985d016d7ee97ebea51ca88a3..ba24f45c813c7f1339a5047624afcf6e27d688fc 100644
--- a/ash/display/root_window_transformers.h
+++ b/ash/display/root_window_transformers.h
@@ -6,6 +6,7 @@
#define ASH_DISPLAY_ROOT_WINDOW_TRANSFORMERS_H_
#include "ash/ash_export.h"
+#include "ui/display/display.h"
namespace aura {
class Window;
@@ -18,6 +19,7 @@ class ManagedDisplayInfo;
namespace gfx {
class Rect;
+class Transform;
oshima 2017/04/13 23:51:45 do you need these changes?
wutao 2017/04/14 00:17:53 Will remove.
}
namespace ash {

Powered by Google App Engine
This is Rietveld 408576698