Index: ash/wm/video_detector.cc |
diff --git a/ash/wm/video_detector.cc b/ash/wm/video_detector.cc |
index 330885d89c507b91e4e19d324994206f00f1b68f..7116baede6f3a66f3eb64af093b052c60e7425d4 100644 |
--- a/ash/wm/video_detector.cc |
+++ b/ash/wm/video_detector.cc |
@@ -13,8 +13,8 @@ |
namespace ash { |
-const int VideoDetector::kMinUpdateWidth = 300; |
-const int VideoDetector::kMinUpdateHeight = 225; |
+const int VideoDetector::kMinUpdateWidth = 333; |
+const int VideoDetector::kMinUpdateHeight = 250; |
const int VideoDetector::kMinFramesPerSecond = 15; |
const double VideoDetector::kNotifyIntervalSec = 1.0; |