summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-12-06 12:40:54 -0500
committerBrian Potchik <brian@vector35.com>2020-12-06 12:40:54 -0500
commite135d72967f8dfc5c5cebea4caaf3d7240f7493c (patch)
tree49d3d6d54f5f4ab64945ee7a42bad42ed4eadb4a
parent72802cb5cf665ee3bd5eca2fb24ea1be4b02afaf (diff)
Update reflection view to use view location notification.
-rw-r--r--ui/reflectionview.h3
1 files changed, 1 insertions, 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;