| Index: Tools/DumpRenderTree/chromium/WebViewHost.cpp
|
| diff --git a/Tools/DumpRenderTree/chromium/WebViewHost.cpp b/Tools/DumpRenderTree/chromium/WebViewHost.cpp
|
| index 5fc7ea0ee534f6b10d482c72fee3a1122d1533a7..7cc1ab56e578c7e37f7946debf1d2b1c810f34af 100644
|
| --- a/Tools/DumpRenderTree/chromium/WebViewHost.cpp
|
| +++ b/Tools/DumpRenderTree/chromium/WebViewHost.cpp
|
| @@ -83,7 +83,8 @@ using namespace std;
|
|
|
| static const int screenWidth = 1920;
|
| static const int screenHeight = 1080;
|
| -static const int screenUnavailableBorder = 8;
|
| +
|
| +const int WebViewHost::screenUnavailableBorder = 8;
|
|
|
| static int nextPageID = 1;
|
|
|
|
|