Index: ash/wm/window_properties.h |
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h |
index c79b694db27486c980e98172b834fbbac433624e..96c5519829a04902d042da55880272cc2bf3993b 100644 |
--- a/ash/wm/window_properties.h |
+++ b/ash/wm/window_properties.h |
@@ -37,6 +37,10 @@ ASH_EXPORT extern const aura::WindowProperty<gfx::Rect*>* const |
ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const |
kRestoreShowStateOverrideKey; |
+// Containers with this property (true) are aligned with physical pixel |
+// boundary. |
+extern const aura::WindowProperty<bool>* const kSnapChildrenToPixelBoundary; |
+ |
// If this is set to true, the window stays in the same root window |
// even if the bounds outside of its root window is set. |
// This is exported as it's used in the tests. |