surfaceflinger: fix -Wmismatched-tags warnings
warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags] warning: class 'DisplayInfo' was previously declared as a struct [-Wmismatched-tags] Change-Id: I13db9f8aab3a957ce8ff8d64598dae1807d6fe7e
This commit is contained in:
parent
46a1f6b40e
commit
646f541050
@ -38,7 +38,7 @@ namespace android {
|
||||
|
||||
class ComposerState;
|
||||
class DisplayState;
|
||||
class DisplayInfo;
|
||||
struct DisplayInfo;
|
||||
class IDisplayEventConnection;
|
||||
class IMemoryHeap;
|
||||
class Rect;
|
||||
|
@ -37,7 +37,7 @@ struct ANativeWindow;
|
||||
|
||||
namespace android {
|
||||
|
||||
class DisplayInfo;
|
||||
struct DisplayInfo;
|
||||
class DisplaySurface;
|
||||
class IGraphicBufferProducer;
|
||||
class Layer;
|
||||
|
@ -196,7 +196,7 @@ public:
|
||||
* This behaves more or less like a forward iterator.
|
||||
*/
|
||||
class LayerListIterator {
|
||||
friend struct HWComposer;
|
||||
friend class HWComposer;
|
||||
HWCLayer* const mLayerList;
|
||||
size_t mIndex;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user