aboutsummaryrefslogtreecommitdiff
path: root/icing/icing-search-engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'icing/icing-search-engine.h')
-rw-r--r--icing/icing-search-engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/icing-search-engine.h b/icing/icing-search-engine.h
index 1a5d130..15da142 100644
--- a/icing/icing-search-engine.h
+++ b/icing/icing-search-engine.h
@@ -620,7 +620,7 @@ class IcingSearchEngine {
QueryScoringResults ProcessQueryAndScore(
const SearchSpecProto& search_spec, const ScoringSpecProto& scoring_spec,
const ResultSpecProto& result_spec,
- const JoinChildrenFetcher* join_children_fetcher)
+ const JoinChildrenFetcher* join_children_fetcher, int64_t current_time_ms)
ICING_SHARED_LOCKS_REQUIRED(mutex_);
// Many of the internal components rely on other components' derived data.