| Index: ui/gfx/gpu_memory_buffer.h
|
| diff --git a/ui/gfx/gpu_memory_buffer.h b/ui/gfx/gpu_memory_buffer.h
|
| index 423dcf617e78c6f142296a52e1c534ade9cad29e..a6163afd0737f8feddda14faf834d6d8621450cf 100644
|
| --- a/ui/gfx/gpu_memory_buffer.h
|
| +++ b/ui/gfx/gpu_memory_buffer.h
|
| @@ -79,13 +79,6 @@ class GFX_EXPORT GpuMemoryBuffer {
|
| // after this has been called.
|
| virtual void Unmap() = 0;
|
|
|
| - // Returns true if the buffer is currently being read from by the system's
|
| - // window server, and should not be written to.
|
| - // TODO(ccameron): This is specific to the Mac OS WindowServer process, and
|
| - // should be merged with synchronization mechanisms from other platforms, if
|
| - // possible.
|
| - virtual bool IsInUseByMacOSWindowServer() const;
|
| -
|
| // Returns the size for the buffer.
|
| virtual Size GetSize() const = 0;
|
|
|
|
|