| Index: content/public/common/screen_info.cc
|
| diff --git a/content/public/common/screen_info.cc b/content/public/common/screen_info.cc
|
| index 1f570a90a19e2394d9e97f679309668ea8ccbfb8..d215aa6730249420c6c7af149fcefe1fbe374e19 100644
|
| --- a/content/public/common/screen_info.cc
|
| +++ b/content/public/common/screen_info.cc
|
| @@ -6,6 +6,10 @@
|
|
|
| namespace content {
|
|
|
| +ScreenInfo::ScreenInfo() = default;
|
| +ScreenInfo::ScreenInfo(const ScreenInfo& other) = default;
|
| +ScreenInfo::~ScreenInfo() = default;
|
| +
|
| bool ScreenInfo::operator==(const ScreenInfo& other) const {
|
| return device_scale_factor == other.device_scale_factor &&
|
| depth == other.depth &&
|
|
|