am fb017a4c
: Merge "Fix clang warnings about struct vs. class."
* commit 'fb017a4c3b23741f737093c3fcb78087bbe5e73c': Fix clang warnings about struct vs. class.
This commit is contained in:
commit
5746f14978
@ -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