Snap for 7288238 from 083bdb7d6b87641ea5c0112bd24f0ebea97e8084 to r-keystone-qcom-release

Change-Id: I1c39419c133edbe761acf29c73db05d6b6825fbc
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index ceee034..bc2ed90 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -2266,6 +2266,9 @@
             break;
         }
     }
+#ifdef PASS_COMPOSITOR_PID
+    mDisplayExtnIntf->SendCompositorPid();
+#endif
 }
 
 void SurfaceFlinger::onMessageInvalidate(nsecs_t expectedVSyncTime) {