aboutsummaryrefslogtreecommitdiff
path: root/system/gralloc/gralloc_old.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'system/gralloc/gralloc_old.cpp')
-rw-r--r--system/gralloc/gralloc_old.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gralloc/gralloc_old.cpp b/system/gralloc/gralloc_old.cpp
index 13228e85..0fe864e4 100644
--- a/system/gralloc/gralloc_old.cpp
+++ b/system/gralloc/gralloc_old.cpp
@@ -78,7 +78,7 @@ static const bool isHidlGralloc = true;
static const bool isHidlGralloc = false;
#endif
-using android::base::guest::getCurrentThreadId;
+using gfxstream::guest::getCurrentThreadId;
const uint32_t CB_HANDLE_MAGIC_OLD = CB_HANDLE_MAGIC_BASE | 0x1;
const int kBufferFdIndex = 0;