From e135d72967f8dfc5c5cebea4caaf3d7240f7493c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 6 Dec 2020 12:40:54 -0500 Subject: Update reflection view to use view location notification. --- ui/reflectionview.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/reflectionview.h b/ui/reflectionview.h index d250e66f..a4816253 100644 --- a/ui/reflectionview.h +++ b/ui/reflectionview.h @@ -26,8 +26,7 @@ public: ReflectionView(ViewFrame* frame, BinaryViewRef data); ~ReflectionView(); - virtual void notifyOffsetChanged(uint64_t offset) override; - virtual void notifyViewChanged(ViewFrame* frame) override; + virtual void notifyViewLocationChanged(View* view, const ViewLocation& viewLocation) override; virtual void notifyVisibilityChanged(bool visible) override; virtual bool shouldBeVisible(ViewFrame* frame) override; -- cgit v1.3.1