| Index: services/ui/gpu/gpu_service_internal.cc
|
| diff --git a/services/ui/gpu/gpu_service_internal.cc b/services/ui/gpu/gpu_service_internal.cc
|
| index f68197d02f7344be9b4832653ffff71d1e11f7a3..2cfa5ae2e95c40c1a602c15426909c0e61695433 100644
|
| --- a/services/ui/gpu/gpu_service_internal.cc
|
| +++ b/services/ui/gpu/gpu_service_internal.cc
|
| @@ -133,11 +133,6 @@ void GpuServiceInternal::DidLoseContext(bool offscreen,
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void GpuServiceInternal::GpuMemoryUmaStats(
|
| - const gpu::GPUMemoryUmaStats& params) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void GpuServiceInternal::StoreShaderToDisk(int client_id,
|
| const std::string& key,
|
| const std::string& shader) {
|
|
|