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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 2383613005: Android: Second attempt at freeing GLHelper ashmem (Closed)
Patch Set: doh Created 4 years, 3 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/common/gpu/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index f74d2216249b3188291912821138833c5b7a3623..edc279bbdd027c375d49f31d6a793793cec5e56f 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -64,7 +64,6 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
// Gives the GL internal format that should be used for calling CopyTexImage2D
// on the default framebuffer.
uint32_t GetCopyTextureInternalFormat();
- void FreeUnusedSharedMemory();
// cc::ContextProvider implementation.
bool BindToCurrentThread() override;

Powered by Google App Engine
This is Rietveld 408576698