Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ozone / ui / desktop_aura / ozone_util.cc
index 33d1981..8395b37 100644 (file)
@@ -8,7 +8,7 @@
 #include <vector>
 
 #include "chrome/browser/ui/views/tabs/window_finder.h"
-#include "ozone/ui/desktop_aura/desktop_window_tree_host_wayland.h"
+#include "ozone/ui/desktop_aura/desktop_window_tree_host_ozone.h"
 
 namespace ui {
 
@@ -20,7 +20,7 @@ VIEWS_EXPORT bool GetCustomFramePrefDefault() {
 
 VIEWS_EXPORT bool IsFullScreenMode() {
   std::vector<aura::Window*> all_windows =
-      views::DesktopWindowTreeHostWayland::GetAllOpenWindows();
+      views::DesktopWindowTreeHostOzone::GetAllOpenWindows();
   // Only the topmost window is checked. This works fine in the most cases, but
   // it may return false when there are multiple displays and one display has
   // a fullscreen window but others don't. See: crbug.com/345484