diff options
Diffstat (limited to 'include/gui/SurfaceComposerClient.h')
-rw-r--r-- | include/gui/SurfaceComposerClient.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h index 295e7fb..a143d81 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<IBinder>& 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 |