From a50b51c03aca449920fc8581a738032a7bce7150 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 27 Aug 2012 17:06:39 -0700 Subject: Compatibility work around for bad graphics driver dependency. This is a compatibility shim for one product whose drivers are depending on SurfaceComposerClient::getDisplayInfo( int, DisplayInfo*) when it really shouldn't. Revert this patch when the problem has been resolved. Bug: 7065398 Change-Id: I6542691b81fd1b1e1d79500a62e82d40a3d51db7 --- include/gui/SurfaceComposerClient.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/gui/SurfaceComposerClient.h') diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h index 295e7fb7dc..a143d812ec 100644 --- a/include/gui/SurfaceComposerClient.h +++ b/include/gui/SurfaceComposerClient.h @@ -67,6 +67,11 @@ public: // Get information about a display static status_t getDisplayInfo(const sp& display, DisplayInfo* info); + // TODO: Remove me. Do not use. + // This is a compatibility shim for one product whose drivers are depending on + // this legacy function (when they shouldn't). + static status_t getDisplayInfo(int32_t displayId, DisplayInfo* info); + // ------------------------------------------------------------------------ // surface creation / destruction -- cgit v1.2.3-59-g8ed1b