diff options
author | 2015-06-03 09:52:01 -0700 | |
---|---|---|
committer | 2015-06-03 09:53:42 -0700 | |
commit | 2a8bb05a31ddd0d44d8513cba9fbd9b4ef9b97f6 (patch) | |
tree | 08f15a4f926c173615a8220201d5bbdf1d1d0c6c /libs/hwui/FrameInfo.cpp | |
parent | e7f68c18bf1a1da5d0aa129674fe4f9ecf06ac8c (diff) |
Fix warning
Bug: 21608208
Change-Id: I1d1cf1fbc8c0a4561bf76e307c56be580fb4baef
Diffstat (limited to 'libs/hwui/FrameInfo.cpp')
-rw-r--r-- | libs/hwui/FrameInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/FrameInfo.cpp b/libs/hwui/FrameInfo.cpp index c24833bf3509..85998f1cb222 100644 --- a/libs/hwui/FrameInfo.cpp +++ b/libs/hwui/FrameInfo.cpp @@ -20,7 +20,7 @@ namespace android { namespace uirenderer { -std::string FrameInfoNames[] = { +const std::string FrameInfoNames[] = { "Flags", "IntendedVsync", "Vsync", |