Enable input window rotation flag
Bug: 179274888
Test: no-changes, existing tests pass
Change-Id: I11818a5c1be86c48dd8d6c15bdf88580364594e0
diff --git a/libs/input/Input.cpp b/libs/input/Input.cpp
index 35209f7..a9e891e 100644
--- a/libs/input/Input.cpp
+++ b/libs/input/Input.cpp
@@ -47,7 +47,7 @@
// coordinates and SurfaceFlinger includes the display rotation in the input window transforms.
bool isPerWindowInputRotationEnabled() {
static const bool PER_WINDOW_INPUT_ROTATION =
- base::GetBoolProperty("persist.debug.per_window_input_rotation", false);
+ base::GetBoolProperty("persist.debug.per_window_input_rotation", true);
return PER_WINDOW_INPUT_ROTATION;
}