resolve merge conflicts of 9391bc5 to master

Change-Id: I6de231781233826b399688dc8ead70ba515b1ccb
diff --git a/services/core/java/com/android/server/wm/AppWindowToken.java b/services/core/java/com/android/server/wm/AppWindowToken.java
index 05c05b1..e62d810 100644
--- a/services/core/java/com/android/server/wm/AppWindowToken.java
+++ b/services/core/java/com/android/server/wm/AppWindowToken.java
@@ -1024,8 +1024,8 @@
                 //
                 // As we use this flag as a hint to freeze surface boundary updates,
                 // we'd like to only apply this to TYPE_BASE_APPLICATION,
-                // windows of TYPE_APPLICATION like dialogs, could appear
-                // to not be drag resizing while they resize, but we'd
+                // windows of TYPE_APPLICATION (or TYPE_DRAWN_APPLICATION) like dialogs,
+                // could appear to not be drag resizing while they resize, but we'd
                 // still like to manipulate their frame to update crop, etc...
                 //
                 // Anyway we don't need to synchronize position and content updates for these