Merge "surfaceflinger: fix -Wmismatched-tags warnings"

This commit is contained in:
Jesse Hall 2014-09-06 20:14:27 +00:00 committed by Android (Google) Code Review
commit c41cddb897
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ namespace android {
class ComposerState;
class DisplayState;
class DisplayInfo;
struct DisplayInfo;
class IDisplayEventConnection;
class IMemoryHeap;
class Rect;

View File

@ -37,7 +37,7 @@ struct ANativeWindow;
namespace android {
class DisplayInfo;
struct DisplayInfo;
class DisplaySurface;
class IGraphicBufferProducer;
class Layer;

View File

@ -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;