| Index: components/mus/ws/test_utils.cc
|
| diff --git a/components/mus/ws/test_utils.cc b/components/mus/ws/test_utils.cc
|
| index f85f058b98fd42948825e1fc66aa4a20e644c0c7..a371a0bb4708f24d86a1cfebdcbfad4651a3f8ae 100644
|
| --- a/components/mus/ws/test_utils.cc
|
| +++ b/components/mus/ws/test_utils.cc
|
| @@ -54,6 +54,7 @@ class TestPlatformDisplay : public PlatformDisplay {
|
| bool IsFramePending() const override { return false; }
|
| void RequestCopyOfOutput(
|
| std::unique_ptr<cc::CopyOutputRequest> output_request) override {}
|
| + int64_t GetDisplayId() const override { return 1; }
|
|
|
| private:
|
| ViewportMetrics display_metrics_;
|
|
|