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

Unified Diff: content/child/blink_platform_impl.h

Issue 1787973002: Replace blink::WebDiscardableMemory with base::DiscardableMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing OwnPtr/PassOwnPtr includes in SharedBufferTest Created 4 years, 9 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
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index ab81f269a7dee3e08c17dc07150bb24347abaee9..aa821d005a4ea638553a6ef9f972a10503a00459 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -83,8 +83,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
size_t actualMemoryUsageMB() override;
size_t numberOfProcessors() override;
- blink::WebDiscardableMemory* allocateAndLockDiscardableMemory(
- size_t bytes) override;
size_t maxDecodedImageBytes() override;
uint32_t getUniqueIdForProcess() override;
blink::WebURLLoader* createURLLoader() override;

Powered by Google App Engine
This is Rietveld 408576698