Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2343)

Unified Diff: Tools/DumpRenderTree/chromium/WebViewHost.h

Issue 14975008: test-shell is outside of the screen when running layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@menupopup
Patch Set: Rebased a test that prints window.screenLeft and window.screenX Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/DumpRenderTree/chromium/TestShell.cpp ('k') | Tools/DumpRenderTree/chromium/WebViewHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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> {
« no previous file with comments | « Tools/DumpRenderTree/chromium/TestShell.cpp ('k') | Tools/DumpRenderTree/chromium/WebViewHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698