diff options
Diffstat (limited to 'libs/hwui/VkLayer.cpp')
-rw-r--r-- | libs/hwui/VkLayer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/VkLayer.cpp b/libs/hwui/VkLayer.cpp index ef4784b3d65b..30fba7ae7d9b 100644 --- a/libs/hwui/VkLayer.cpp +++ b/libs/hwui/VkLayer.cpp @@ -36,5 +36,5 @@ void VkLayer::onVkContextDestroyed() { mImage = nullptr; } -}; // namespace uirenderer -}; // namespace android +}; // namespace uirenderer +}; // namespace android |