| Index: ui/gfx/screen_win.h
|
| diff --git a/ui/gfx/screen_win.h b/ui/gfx/screen_win.h
|
| index b1488ae05bb850b9cfc4cfa762219b56d47ff5d0..6639ec4580b10a8bda5fd2efd9a2a2c77243cdb2 100644
|
| --- a/ui/gfx/screen_win.h
|
| +++ b/ui/gfx/screen_win.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef UI_GFX_SCREEN_WIN_H_
|
| #define UI_GFX_SCREEN_WIN_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| @@ -27,6 +29,8 @@ class GFX_EXPORT ScreenWin : public Screen {
|
| // Returns the NativeView associated with the HWND.
|
| virtual NativeWindow GetNativeWindowFromHWND(HWND hwnd) const;
|
|
|
| + static int64_t GenerateDisplayId(const std::string& str);
|
| +
|
| protected:
|
| // Overridden from gfx::Screen:
|
| gfx::Point GetCursorScreenPoint() override;
|
|
|