summaryrefslogtreecommitdiffstats
path: root/include/gui
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-10 01:43:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-10 01:43:11 +0000
commit5746f1497814e105352214f1bba242317856605a (patch)
treebcecfddf19629ef9d084af75994d6ce1454dc791 /include/gui
parentf7a8f90ad4845752f5eb57ecc62a2bfd86313667 (diff)
parentfb017a4c3b23741f737093c3fcb78087bbe5e73c (diff)
downloadframeworks_native-5746f1497814e105352214f1bba242317856605a.zip
frameworks_native-5746f1497814e105352214f1bba242317856605a.tar.gz
frameworks_native-5746f1497814e105352214f1bba242317856605a.tar.bz2
am fb017a4c: Merge "Fix clang warnings about struct vs. class."
* commit 'fb017a4c3b23741f737093c3fcb78087bbe5e73c': Fix clang warnings about struct vs. class.
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/ISurfaceComposer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h
index 742fc83..430a409 100644
--- a/include/gui/ISurfaceComposer.h
+++ b/include/gui/ISurfaceComposer.h
@@ -38,7 +38,7 @@ namespace android {
class ComposerState;
class DisplayState;
-class DisplayInfo;
+struct DisplayInfo;
class IDisplayEventConnection;
class IMemoryHeap;
class Rect;