Index: ash/snap_to_pixel_layout_manager.cc |
diff --git a/ash/snap_to_pixel_layout_manager.cc b/ash/snap_to_pixel_layout_manager.cc |
index d47629a3c761a9b83ae96b53c1a334afd438c492..00b12daa43be49c5fdb80c7ec7d37f959c06c6f9 100644 |
--- a/ash/snap_to_pixel_layout_manager.cc |
+++ b/ash/snap_to_pixel_layout_manager.cc |
@@ -11,6 +11,7 @@ |
namespace ash { |
SnapToPixelLayoutManager::SnapToPixelLayoutManager(aura::Window* container) { |
+ DCHECK(container->GetProperty(kSnapChildrenToPixelBoundary)); |
} |
SnapToPixelLayoutManager::~SnapToPixelLayoutManager() { |