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

Unified Diff: media/blink/multibuffer_data_source.h

Issue 1509663003: make multibuffer work with layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache.integrate3
Patch Set: Created 5 years 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 | « no previous file | media/blink/multibuffer_data_source.cc » ('j') | media/blink/multibuffer_data_source.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/multibuffer_data_source.h
diff --git a/media/blink/multibuffer_data_source.h b/media/blink/multibuffer_data_source.h
index e5f411d4bf3c09b387525c191ee46aa7568fb996..44223d3a4c3dc6ac49d37166da054eaabc505d81 100644
--- a/media/blink/multibuffer_data_source.h
+++ b/media/blink/multibuffer_data_source.h
@@ -139,7 +139,7 @@ class MEDIA_BLINK_EXPORT MultibufferDataSource
void ProgressCallback(int64 begin, int64 end);
// call downloading_cb_ if needed.
- void UpdateLoadingState();
+ void UpdateLoadingState(bool force_loading);
liberato (no reviews please) 2015/12/08 21:59:33 please add docs.
hubbe 2015/12/08 22:25:59 Done.
// Update |reader_|'s preload and buffer settings.
void UpdateBufferSizes();
« no previous file with comments | « no previous file | media/blink/multibuffer_data_source.cc » ('j') | media/blink/multibuffer_data_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698