Merge "surfaceflinger: fix -Wmismatched-tags warnings" into lmp-mr1-dev
This commit is contained in:
commit
04c9683aa1
@ -38,7 +38,7 @@ namespace android {
|
|||||||
|
|
||||||
class ComposerState;
|
class ComposerState;
|
||||||
class DisplayState;
|
class DisplayState;
|
||||||
class DisplayInfo;
|
struct DisplayInfo;
|
||||||
class DisplayStatInfo;
|
class DisplayStatInfo;
|
||||||
class IDisplayEventConnection;
|
class IDisplayEventConnection;
|
||||||
class IMemoryHeap;
|
class IMemoryHeap;
|
||||||
|
@ -37,7 +37,7 @@ struct ANativeWindow;
|
|||||||
|
|
||||||
namespace android {
|
namespace android {
|
||||||
|
|
||||||
class DisplayInfo;
|
struct DisplayInfo;
|
||||||
class DisplaySurface;
|
class DisplaySurface;
|
||||||
class IGraphicBufferProducer;
|
class IGraphicBufferProducer;
|
||||||
class Layer;
|
class Layer;
|
||||||
|
@ -196,7 +196,7 @@ public:
|
|||||||
* This behaves more or less like a forward iterator.
|
* This behaves more or less like a forward iterator.
|
||||||
*/
|
*/
|
||||||
class LayerListIterator {
|
class LayerListIterator {
|
||||||
friend struct HWComposer;
|
friend class HWComposer;
|
||||||
HWCLayer* const mLayerList;
|
HWCLayer* const mLayerList;
|
||||||
size_t mIndex;
|
size_t mIndex;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user