| Index: ui/display/screen.h
|
| diff --git a/ui/display/screen.h b/ui/display/screen.h
|
| index 79a0035d2565e9aa4b27d5723591ecd4397f403b..c10e92c9052295e3999846ac79ace248e973e258 100644
|
| --- a/ui/display/screen.h
|
| +++ b/ui/display/screen.h
|
| @@ -59,7 +59,7 @@ class DISPLAY_EXPORT Screen {
|
| // If the window is NULL or the window is not rooted to a display this will
|
| // return the primary display.
|
| virtual display::Display GetDisplayNearestWindow(
|
| - gfx::NativeView view) const = 0;
|
| + const gfx::NativeView view) const = 0;
|
|
|
| // Returns the display nearest the specified point. |point| should be in DIPs.
|
| virtual display::Display GetDisplayNearestPoint(
|
|
|