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

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

Issue 1235203003: WIP cc: remove unused and legacy GetMappedMemoryLimit code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index 0eca015974d65235fcf7d69be6ce6d195abc3b87..dd8b7f87af0f683c209a5b5131a9142c34a91fb5 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -139,10 +139,6 @@ class WebGraphicsContext3DCommandBufferImpl
const SharedMemoryLimits& limits,
WebGraphicsContext3DCommandBufferImpl* share_context);
- size_t GetMappedMemoryLimit() {
- return mem_limits_.mapped_memory_reclaim_limit;
- }
-
CONTENT_EXPORT bool InitializeOnCurrentThread();
void SetContextType(CommandBufferContextType type) {

Powered by Google App Engine
This is Rietveld 408576698