OSDN Git Service

Compatibility work around for bad graphics driver dependency.
authorJeff Brown <jeffbrown@google.com>
Tue, 28 Aug 2012 00:06:39 +0000 (17:06 -0700)
committerJeff Brown <jeffbrown@google.com>
Tue, 28 Aug 2012 00:20:53 +0000 (17:20 -0700)
commita50b51c03aca449920fc8581a738032a7bce7150
tree1a8e8a4ef6c7fe48c9790c5960be013c2fd913e5
parent1ae49e3fef34ee38f8dfeb08b5914e3362af3b2f
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
libs/gui/SurfaceComposerClient.cpp