Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 70485cf

Browse files
committed
Move platform specific information to PlatformConfiguration class.
1 parent 4ded4dc commit 70485cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ui/window/window.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class Window final {
2222

2323
~Window();
2424

25+
const uint64_t get_window_id() const { return viewport_metrics_.view_id; }
26+
2527
const ViewportMetrics& viewport_metrics() const { return viewport_metrics_; }
2628

2729
void UpdateWindowMetrics(const tonic::DartPersistentValue& library,

0 commit comments

Comments
 (0)