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

Unified Diff: media/blink/url_index.cc

Issue 2962573002: Move SetReferrerForRequest method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Created 3 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 | « media/blink/url_index.h ('k') | third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/url_index.cc
diff --git a/media/blink/url_index.cc b/media/blink/url_index.cc
index 21babb7f8e1e4e628b37db1a191926e94c12fd99..bd9a22df34a76b2281f8416fde8b32df337cd787 100644
--- a/media/blink/url_index.cc
+++ b/media/blink/url_index.cc
@@ -197,9 +197,10 @@ size_t UrlData::CachedSize() {
return multibuffer()->map().size();
}
-UrlIndex::UrlIndex(blink::WebFrame* frame) : UrlIndex(frame, kBlockSizeShift) {}
+UrlIndex::UrlIndex(blink::WebLocalFrame* frame)
+ : UrlIndex(frame, kBlockSizeShift) {}
-UrlIndex::UrlIndex(blink::WebFrame* frame, int block_shift)
+UrlIndex::UrlIndex(blink::WebLocalFrame* frame, int block_shift)
: frame_(frame),
lru_(new MultiBuffer::GlobalLRU(base::ThreadTaskRunnerHandle::Get())),
block_shift_(block_shift),
« no previous file with comments | « media/blink/url_index.h ('k') | third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698