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

Unified Diff: content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc

Issue 596833002: content: Fix layering violation in GpuMemoryBufferImplOzoneNativeBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix another typo Created 6 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
« no previous file with comments | « no previous file | content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc b/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
index e1708bf980a812f80b3a24e92c8cffd41c4b6da5..ca2873f82a4b08c162fbb7f596f9f5ee09681787 100644
--- a/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_ozone.cc
@@ -42,8 +42,9 @@ void GpuMemoryBufferImpl::AllocateForChildProcess(
const AllocationCallback& callback) {
if (GpuMemoryBufferImplOzoneNativeBuffer::IsConfigurationSupported(
internalformat, usage)) {
- GpuMemoryBufferImplOzoneNativeBuffer::AllocateOzoneNativeBufferForChildId(
- size, internalformat, usage, child_client_id, callback);
+ GpuMemoryBufferImplOzoneNativeBuffer::
+ AllocateOzoneNativeBufferForChildProcess(
+ size, internalformat, usage, child_client_id, callback);
return;
}
if (GpuMemoryBufferImplSharedMemory::IsConfigurationSupported(
« no previous file with comments | « no previous file | content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698