Index: ash/display/display_layout_store.h |
diff --git a/ash/display/display_layout_store.h b/ash/display/display_layout_store.h |
index 6841ea906aa5f8057d0f6b408be2cde03a1a49d1..a9675371269867c1f2e354522c4680cb21f1c1dc 100644 |
--- a/ash/display/display_layout_store.h |
+++ b/ash/display/display_layout_store.h |
@@ -37,12 +37,11 @@ |
DisplayLayout ComputeDisplayLayoutForDisplayIdPair( |
const DisplayIdPair& display_pair); |
- // Update the multi display state in the display layout for |
+ // Update the mirrored flag in the display layout for |
// |display_pair|. This creates new display layout if no layout is |
// registered for |display_pair|. |
- void UpdateMultiDisplayState(const DisplayIdPair& display_pair, |
- bool mirrored, |
- bool default_unified); |
+ void UpdateMirrorStatus(const DisplayIdPair& display_pair, |
+ bool mirrored); |
// Update the |primary_id| in the display layout for |
// |display_pair|. This creates new display layout if no layout is |