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

Unified Diff: ppapi/proxy/ppapi_command_buffer_proxy.cc

Issue 342483007: Removed ManagedMemoryStats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « ppapi/proxy/ppapi_command_buffer_proxy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_command_buffer_proxy.cc
diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.cc b/ppapi/proxy/ppapi_command_buffer_proxy.cc
index 0623cd86368e9536fb9e7bae033b27b3522a5d5d..b9bd98fbb6d2b4a1de579a23901fdd410a80e158 100644
--- a/ppapi/proxy/ppapi_command_buffer_proxy.cc
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.cc
@@ -166,11 +166,6 @@ void PpapiCommandBufferProxy::SetSurfaceVisible(bool visible) {
NOTREACHED();
}
-void PpapiCommandBufferProxy::SendManagedMemoryStats(
- const gpu::ManagedMemoryStats& stats) {
- NOTREACHED();
-}
-
gpu::Capabilities PpapiCommandBufferProxy::GetCapabilities() {
// TODO(boliu): Need to implement this to use cc in Pepper. Tracked in
// crbug.com/325391.
« no previous file with comments | « ppapi/proxy/ppapi_command_buffer_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698