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

Unified Diff: Tools/DumpRenderTree/chromium/LayoutTestController.cpp

Issue 7121007: Merge 88174 - 2011-06-06 Shishir Agrawal <shishir@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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/ChangeLog ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/chromium/LayoutTestController.cpp
===================================================================
--- Tools/DumpRenderTree/chromium/LayoutTestController.cpp (revision 88229)
+++ Tools/DumpRenderTree/chromium/LayoutTestController.cpp (working copy)
@@ -1852,6 +1852,8 @@
m_shell->webView()->setVisibilityState(WebPageVisibilityStateVisible, false);
else if (newVisibility == "hidden")
m_shell->webView()->setVisibilityState(WebPageVisibilityStateHidden, false);
+ else if (newVisibility == "prerender")
+ m_shell->webView()->setVisibilityState(WebPageVisibilityStatePrerender, false);
}
}
« no previous file with comments | « Tools/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698