summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/tests/unittests/SchedulerTest.cpp
diff options
context:
space:
mode:
authorDominik Laskowski <domlaskowski@google.com>2019-01-28 18:11:23 -0800
committerDominik Laskowski <domlaskowski@google.com>2019-01-28 21:22:36 -0800
commitbd52c84d77aa0299fe4206abbaaa101ca56a5f3f (patch)
tree5140efc994ab6a6a56de11ce3f5facd570190b0f /services/surfaceflinger/tests/unittests/SchedulerTest.cpp
parentbf9a49a2aa80e4dffa88064be9e16371077257c6 (diff)
SF: Fix stray pointers in Scheduler
Bug: None Test: Build Change-Id: I578fc0d94691edcd905f78bc75e08072d9c49744
Diffstat (limited to 'services/surfaceflinger/tests/unittests/SchedulerTest.cpp')
-rw-r--r--services/surfaceflinger/tests/unittests/SchedulerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/tests/unittests/SchedulerTest.cpp b/services/surfaceflinger/tests/unittests/SchedulerTest.cpp
index 3dd5143f24..4d9aec6b66 100644
--- a/services/surfaceflinger/tests/unittests/SchedulerTest.cpp
+++ b/services/surfaceflinger/tests/unittests/SchedulerTest.cpp
@@ -41,7 +41,7 @@ protected:
: Scheduler([](bool) {}), mEventThread(std::move(eventThread)) {}
std::unique_ptr<EventThread> makeEventThread(
- const std::string& /* connectionName */, DispSync* /* dispSync */,
+ const char* /* connectionName */, DispSync* /* dispSync */,
nsecs_t /* phaseOffsetNs */,
impl::EventThread::InterceptVSyncsCallback /* interceptCallback */) override {
return std::move(mEventThread);