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

Unified Diff: ui/gfx/gpu_memory_buffer.cc

Issue 2102293002: Remove GpuMemoryBuffer::IsInUseByMacOSWindowServer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused var Created 4 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 | « ui/gfx/gpu_memory_buffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gpu_memory_buffer.cc
diff --git a/ui/gfx/gpu_memory_buffer.cc b/ui/gfx/gpu_memory_buffer.cc
index fe6d4d192acf5accfdb81e31ebcc62bd010bee35..41ba0c98018f7c1741c85487f1d66330460b2a1c 100644
--- a/ui/gfx/gpu_memory_buffer.cc
+++ b/ui/gfx/gpu_memory_buffer.cc
@@ -25,8 +25,4 @@ GpuMemoryBufferHandle::GpuMemoryBufferHandle(
GpuMemoryBufferHandle::~GpuMemoryBufferHandle() {}
-bool GpuMemoryBuffer::IsInUseByMacOSWindowServer() const {
- return false;
-}
-
} // namespace gfx
« no previous file with comments | « ui/gfx/gpu_memory_buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698