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

Unified Diff: third_party/WebKit/Source/platform/web_process_memory_dump_impl.h

Issue 1731893004: Fix perf breakage after crrev.com/1660383002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/web_process_memory_dump_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
diff --git a/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h b/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
index 77754492f45cf0c71dfba9aa63592fffabd55077..2c5db22436002057f1408542bedd3703b7438b6f 100644
--- a/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
+++ b/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
@@ -72,9 +72,9 @@ class PLATFORM_EXPORT WebProcessMemoryDumpImpl final
return process_memory_dump_;
}
- blink::WebMemoryAllocatorDump* CreateDiscardableMemoryAllocatorDump(
+ blink::WebMemoryAllocatorDump* createDiscardableMemoryAllocatorDump(
const std::string& name,
- base::DiscardableMemory* discardable);
+ base::DiscardableMemory* discardable) override;
void dumpHeapUsage(
const base::hash_map<base::trace_event::AllocationContext, size_t>&
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/web_process_memory_dump_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698