diff options
Diffstat (limited to 'ui/gfx/display.cc')
| -rw-r--r-- | ui/gfx/display.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gfx/display.cc b/ui/gfx/display.cc index 1777e87..7a9539d 100644 --- a/ui/gfx/display.cc +++ b/ui/gfx/display.cc @@ -80,6 +80,8 @@ Display::Display() touch_support_(TOUCH_SUPPORT_UNKNOWN) { } +Display::Display(const Display& other) = default; + Display::Display(int64_t id) : id_(id), device_scale_factor_(GetForcedDeviceScaleFactor()), |
