Chromium Code Reviews| 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 { |