| Index: ui/gfx/display.h
|
| diff --git a/ui/gfx/display.h b/ui/gfx/display.h
|
| index 17cedfe38feaf83f4c39b49e474f053480b37fec..324b96134e933e6be7a7648baaa8fdf2b66c4979 100644
|
| --- a/ui/gfx/display.h
|
| +++ b/ui/gfx/display.h
|
| @@ -20,7 +20,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 UI_EXPORT Display {
|
| +class GFX_EXPORT Display {
|
| public:
|
| // Screen Rotation in clock-wise degrees.
|
| enum Rotation {
|
|
|