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

Unified Diff: media/base/video_capture_types.h

Issue 1439533004: Remove dead code paths around PIXEL_STORAGE_TEXTURE in capture pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: media/base/video_capture_types.h
diff --git a/media/base/video_capture_types.h b/media/base/video_capture_types.h
index d6ad5e3a736812f2d8f6ad8d0a275566402bcdaa..d17c4630ef00ff671e49ce5765ed56b16502bbcf 100644
--- a/media/base/video_capture_types.h
+++ b/media/base/video_capture_types.h
@@ -24,7 +24,6 @@ typedef int VideoCaptureSessionId;
// TODO(mcasas): http://crbug.com/504160 Consider making this an enum class.
enum VideoPixelStorage {
PIXEL_STORAGE_CPU,
- PIXEL_STORAGE_TEXTURE,
mcasas 2015/11/13 19:13:57 Yay!
PIXEL_STORAGE_GPUMEMORYBUFFER,
PIXEL_STORAGE_MAX = PIXEL_STORAGE_GPUMEMORYBUFFER,
};

Powered by Google App Engine
This is Rietveld 408576698