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

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

Issue 8714006: Add autoresize capability for Chromium. (Closed) Base URL: http://git.chromium.org/external/WebKit_trimmed.git@master
Patch Set: Created 9 years, 1 month 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
Index: Tools/DumpRenderTree/chromium/WebViewHost.cpp
diff --git a/Tools/DumpRenderTree/chromium/WebViewHost.cpp b/Tools/DumpRenderTree/chromium/WebViewHost.cpp
index b20d2d7c5cab5ab92f03265eca5dd37cdf239312..470afca9d380c2b3af8005b449576c3d4740e58e 100644
--- a/Tools/DumpRenderTree/chromium/WebViewHost.cpp
+++ b/Tools/DumpRenderTree/chromium/WebViewHost.cpp
@@ -831,7 +831,7 @@ WebApplicationCacheHost* WebViewHost::createApplicationCacheHost(WebFrame* frame
return webkit_support::CreateApplicationCacheHost(frame, client);
}
-void WebViewHost::didUpdateLayout(WebFrame*)
+void WebViewHost::didUpdateLayout()
{
#if OS(MAC_OS_X)
static bool queryingPreferredSize = false;
« Source/WebKit/chromium/src/WebViewImpl.cpp ('K') | « Tools/DumpRenderTree/chromium/WebViewHost.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698