| Index: ui/gfx/display.h
|
| diff --git a/ui/gfx/display.h b/ui/gfx/display.h
|
| index c6df7e703ad54dba04977ee2ce6ed1a6d9df791a..6076e490a7ef6b76e364dc3f9716d09c80f147fe 100644
|
| --- a/ui/gfx/display.h
|
| +++ b/ui/gfx/display.h
|
| @@ -21,7 +21,7 @@ namespace gfx {
|
| // system. For platforms that support DIP (density independent pixel),
|
| // |bounds()| and |work_area| will return values in DIP coordinate
|
| // system, not in backing pixels.
|
| -class GFX_EXPORT Display {
|
| +class GFX_EXPORT Display final {
|
| public:
|
| // Screen Rotation in clock-wise degrees.
|
| // This enum corresponds to DisplayRotationDefaultProto::Rotation in
|
|
|