am 0d8f5352: am 767ec843: Merge "Set the right reportNextDraw" into mnc-dev

* commit '0d8f53528efb2c5d2e9eeeaaf92fe852082c4b34':
  Set the right reportNextDraw
This commit is contained in:
John Reck
2015-06-10 18:28:02 +00:00
committed by Android Git Automerger

View File

@@ -523,7 +523,7 @@ public class SurfaceView extends View {
mVisibleInsets, mStableInsets, mOutsets, mConfiguration,
mNewSurface);
if ((relayoutResult & WindowManagerGlobal.RELAYOUT_RES_FIRST_TIME) != 0) {
mReportDrawNeeded = true;
reportDrawNeeded = true;
}
if (DEBUG) Log.i(TAG, "New surface: " + mNewSurface