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

Unified Diff: ui/gfx/gpu_memory_buffer.cc

Issue 2473973002: NOT for review (for discussion): Query IOSurfaceIsInUse in the browser process
Patch Set: Created 4 years, 1 month 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') | ui/gl/gl_surface.h » ('j') | 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 569b588d5ad7b80c4c3594bf9d1b05a8ffc2b1ea..e9cf067572b4c10e9e8396f1668031b0a2c84fd1 100644
--- a/ui/gfx/gpu_memory_buffer.cc
+++ b/ui/gfx/gpu_memory_buffer.cc
@@ -18,4 +18,8 @@ GpuMemoryBufferHandle::~GpuMemoryBufferHandle() {}
void GpuMemoryBuffer::SetColorSpaceForScanout(
const gfx::ColorSpace& color_space) {}
+bool GpuMemoryBuffer::IsInUseByMacOSWindowServer() const {
+ return false;
+}
+
} // namespace gfx
« no previous file with comments | « ui/gfx/gpu_memory_buffer.h ('k') | ui/gl/gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698