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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 10 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
Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index a250410b9b7abdece7ccbc4046001f075c076dc8..f3c5fb2ac558171b2a5fac73178b6cee0d2530e1 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -114,7 +114,7 @@ String EmptyChromeClient::acceptLanguages()
return String();
}
-PassOwnPtr<WebFrameScheduler> EmptyChromeClient::createFrameScheduler()
+PassOwnPtr<WebFrameScheduler> EmptyChromeClient::createFrameScheduler(WebBlameContext*)
{
return adoptPtr(new EmptyFrameScheduler());
}

Powered by Google App Engine
This is Rietveld 408576698