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

Unified Diff: ash/host/ash_window_tree_host_unified.h

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build Created 4 years, 4 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/host/ash_window_tree_host_unified.h
diff --git a/ash/host/ash_window_tree_host_unified.h b/ash/host/ash_window_tree_host_unified.h
index 3b1f2bc6753f3ccb5fb19c4800f3dcfae82a165f..b545dfc4f53241ad256d2a5c321b83d7ad0e6950 100644
--- a/ash/host/ash_window_tree_host_unified.h
+++ b/ash/host/ash_window_tree_host_unified.h
@@ -12,11 +12,11 @@
#include "ui/aura/window_observer.h"
namespace ui {
+class ManagedDisplayInfo;
oshima 2016/08/26 21:47:53 remove this?
rjkroege 2016/08/29 22:21:59 Done.
class Reflector;
}
namespace ash {
-class DisplayInfo;
// A WTH used for unified desktop mode. This creates an offscreen
// compositor whose texture will be copied into each displays'

Powered by Google App Engine
This is Rietveld 408576698