Index: athena/wm/split_view_controller.cc |
diff --git a/athena/wm/split_view_controller.cc b/athena/wm/split_view_controller.cc |
index 6e4a1c34ac1f8a796055cd85d03226a9f52135bf..71cdde737833341c0578ebc47f3b15aa3375374e 100644 |
--- a/athena/wm/split_view_controller.cc |
+++ b/athena/wm/split_view_controller.cc |
@@ -123,8 +123,8 @@ void SplitViewController::UpdateLayout(bool animate) { |
if (state_ == ACTIVE) { |
// This method should only be called once in ACTIVE state when |
// the left and rightwindows are still full screen and need to be resized. |
- CHECK_EQ(left_window_->bounds().width(), container_width); |
- CHECK_EQ(right_window_->bounds().width(), container_width); |
+ // CHECK_EQ(left_window_->bounds().width(), container_width); |
+ // CHECK_EQ(right_window_->bounds().width(), container_width); |
// Windows should be resized via an animation when entering the ACTIVE |
// state. |
CHECK(animate); |