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

Unified Diff: ui/gfx/gpu_memory_buffer.h

Issue 2930143004: Add DIRECT_COMPOSITION GpuMemoryBuffer type.
Patch Set: fix build Created 3 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
Index: ui/gfx/gpu_memory_buffer.h
diff --git a/ui/gfx/gpu_memory_buffer.h b/ui/gfx/gpu_memory_buffer.h
index 6d23c84ddc76074fc8bd5f13af1460e6b3c70531..4a28b87dd08223d9fc7d05cea4bb98228cc2a7cf 100644
--- a/ui/gfx/gpu_memory_buffer.h
+++ b/ui/gfx/gpu_memory_buffer.h
@@ -33,7 +33,8 @@ enum GpuMemoryBufferType {
SHARED_MEMORY_BUFFER,
IO_SURFACE_BUFFER,
NATIVE_PIXMAP,
- GPU_MEMORY_BUFFER_TYPE_LAST = NATIVE_PIXMAP
+ DIRECT_COMPOSITION,
+ GPU_MEMORY_BUFFER_TYPE_LAST = DIRECT_COMPOSITION
};
using GpuMemoryBufferId = GenericSharedMemoryId;

Powered by Google App Engine
This is Rietveld 408576698