summaryrefslogtreecommitdiffstats
path: root/libs/hwui/FrameInfo.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2015-06-02 23:16:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-02 23:16:31 +0000
commit4e14da5695b5457ae7da53c7f3079c71e37b2e19 (patch)
tree3e223d0fc4bd4167a486fab86e8be1201ac1c40d /libs/hwui/FrameInfo.h
parent97769b0c437a1a09aa925f07bbc8c0ae14d5c31b (diff)
parent4db3d17debef68f72d23999d69ae68b75f59dda3 (diff)
downloadframeworks_base-4e14da5695b5457ae7da53c7f3079c71e37b2e19.zip
frameworks_base-4e14da5695b5457ae7da53c7f3079c71e37b2e19.tar.gz
frameworks_base-4e14da5695b5457ae7da53c7f3079c71e37b2e19.tar.bz2
Merge "FrameInfo header fixes" into mnc-dev
Diffstat (limited to 'libs/hwui/FrameInfo.h')
-rw-r--r--libs/hwui/FrameInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/FrameInfo.h b/libs/hwui/FrameInfo.h
index c8189b8..816ef56 100644
--- a/libs/hwui/FrameInfo.h
+++ b/libs/hwui/FrameInfo.h
@@ -22,6 +22,7 @@
#include <utils/Timers.h>
#include <memory.h>
+#include <string>
namespace android {
namespace uirenderer {
@@ -49,6 +50,8 @@ enum class FrameInfoIndex {
kNumIndexes
};
+extern std::string FrameInfoNames[];
+
enum class FrameInfoFlags {
kWindowLayoutChanged = 1 << 0,
kRTAnimation = 1 << 1,