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

Unified Diff: content/browser/renderer_host/media/gpu_memory_buffer_handle.h

Issue 2361173002: Move classses VideoCaptureDeviceClient and VideoCaptureBufferPool to media/capture/video (Closed)
Patch Set: Created 4 years, 3 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: content/browser/renderer_host/media/gpu_memory_buffer_handle.h
diff --git a/content/browser/renderer_host/media/gpu_memory_buffer_handle.h b/content/browser/renderer_host/media/gpu_memory_buffer_handle.h
index 05e5ccf6e1e4e840bcc284567a732d9911c8d8be..4dd61a2297a2e842fb0788376145811eac9bcbb9 100644
--- a/content/browser/renderer_host/media/gpu_memory_buffer_handle.h
+++ b/content/browser/renderer_host/media/gpu_memory_buffer_handle.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_GPU_MEMORY_BUFFER_HANDLE_H_
#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_GPU_MEMORY_BUFFER_HANDLE_H_
-#include "content/browser/renderer_host/media/video_capture_buffer_handle.h"
+#include "media/capture/video/video_capture_buffer_handle.h"
namespace content {
@@ -13,7 +13,7 @@ class GpuMemoryBufferTracker;
// A simple proxy that implements the BufferHandle interface, providing
// accessors to GpuMemoryBufferTracker's memory and properties.
-class GpuMemoryBufferBufferHandle : public VideoCaptureBufferHandle {
+class GpuMemoryBufferBufferHandle : public media::VideoCaptureBufferHandle {
public:
// |tracker| must outlive GpuMemoryBufferBufferHandle. This is ensured since
// a tracker is pinned until ownership of this GpuMemoryBufferBufferHandle

Powered by Google App Engine
This is Rietveld 408576698