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

Unified Diff: services/ui/common/server_gpu_memory_buffer_manager.h

Issue 2648633005: cros: Support YUYV format for GPU memory buffer video frames
Patch Set: Created 3 years, 11 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: services/ui/common/server_gpu_memory_buffer_manager.h
diff --git a/services/ui/common/server_gpu_memory_buffer_manager.h b/services/ui/common/server_gpu_memory_buffer_manager.h
index c86117b6c5cf0fa0db587fc383e6bc55cbf3d2f2..9513187cf648abc60c8cb2a196953bbfeaca4a80 100644
--- a/services/ui/common/server_gpu_memory_buffer_manager.h
+++ b/services/ui/common/server_gpu_memory_buffer_manager.h
@@ -11,7 +11,7 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
#include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
-#include "gpu/ipc/host/gpu_memory_buffer_support.h"
+#include "gpu/ipc/common/gpu_memory_buffer_support.h"
#include "services/ui/gpu/interfaces/gpu_service.mojom.h"
namespace ui {

Powered by Google App Engine
This is Rietveld 408576698