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

Unified Diff: content/child/blink_platform_impl.h

Issue 1631143003: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 953b438d1ff0bac88bb9013d101286c620083141..03c17100baa3b7ec32034b9fce63eb8f4a39f482 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -115,11 +115,15 @@ class CONTENT_EXPORT BlinkPlatformImpl
int sample,
int min,
int max,
- int bucket_count) override;
+ int bucket_count,
+ HistogramCacheSlot* cache_slot) override;
void histogramEnumeration(const char* name,
int sample,
- int boundary_value) override;
- void histogramSparse(const char* name, int sample) override;
+ int boundary_value,
+ HistogramCacheSlot* cache_slot) override;
+ void histogramSparse(const char* name,
+ int sample,
+ HistogramCacheSlot* cache_slot) override;
void registerMemoryDumpProvider(blink::WebMemoryDumpProvider* wmdp,
const char* name) override;
void unregisterMemoryDumpProvider(
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698