| Index: Tools/DumpRenderTree/chromium/WebViewHost.h
|
| diff --git a/Tools/DumpRenderTree/chromium/WebViewHost.h b/Tools/DumpRenderTree/chromium/WebViewHost.h
|
| index 985468b2ec92dea5ce93e15bdd6d3cc050760762..80b225d7cf5039e1d814692cd835b26e36da5cf3 100644
|
| --- a/Tools/DumpRenderTree/chromium/WebViewHost.h
|
| +++ b/Tools/DumpRenderTree/chromium/WebViewHost.h
|
| @@ -204,6 +204,8 @@ class WebViewHost : public WebKit::WebViewClient, public WebKit::WebFrameClient,
|
| // Exposed for WebTestProxy.
|
| void scheduleComposite() { }
|
|
|
| + static const int screenUnavailableBorder;
|
| +
|
| private:
|
|
|
| class HostMethodTask : public WebTestRunner::WebMethodTask<WebViewHost> {
|
|
|