summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/EventThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/EventThread.h')
-rw-r--r--services/surfaceflinger/EventThread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/surfaceflinger/EventThread.h b/services/surfaceflinger/EventThread.h
index c0b5532562..3e057493dd 100644
--- a/services/surfaceflinger/EventThread.h
+++ b/services/surfaceflinger/EventThread.h
@@ -68,11 +68,11 @@ class EventThread : public Thread, private VSyncSource::Callback {
private:
virtual ~Connection();
virtual void onFirstRef();
- status_t getDataChannel(sp<BitTube>* outChannel) const override;
+ status_t getDataChannel(sp<gui::BitTube>* outChannel) const override;
status_t setVsyncRate(uint32_t count) override;
void requestNextVsync() override; // asynchronous
sp<EventThread> const mEventThread;
- sp<BitTube> const mChannel;
+ sp<gui::BitTube> const mChannel;
};
public: