Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / system / chromeos / tray_display.cc
index d8cafb9..a02e0c8 100644 (file)
@@ -381,7 +381,7 @@ void TrayDisplay::CreateOrUpdateNotification(
   // Don't display notifications for accelerometer triggered screen rotations.
   // See http://crbug.com/364949
   if (Shell::GetInstance()->maximize_mode_controller()->
-      in_set_screen_rotation()) {
+      ignore_display_configuration_updates()) {
     return;
   }