| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 742fcf0356ded0009ddd0a1897970414b922437f..88ea858b941d14fe11d114e1b85ad9f16e90a4fa 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -487,6 +487,7 @@ class TestWindowServerDelegate : public WindowServerDelegate {
|
| mojom::WindowTreeClientPtr* client) override;
|
| void CreateDefaultDisplays() override;
|
| bool IsTestConfig() const override;
|
| + void UpdateTouchTransforms() override {}
|
|
|
| private:
|
| // If CreateDefaultDisplays() this is the number of Displays that are
|
|
|