Index: content/browser/renderer_host/media/desktop_capture_device.cc |
diff --git a/content/browser/renderer_host/media/desktop_capture_device.cc b/content/browser/renderer_host/media/desktop_capture_device.cc |
index 16e69bf8ad07c7b232f207b5ef13faf46e40b64f..2704a059036c8b27958e8aa859ac9f381434f4d6 100644 |
--- a/content/browser/renderer_host/media/desktop_capture_device.cc |
+++ b/content/browser/renderer_host/media/desktop_capture_device.cc |
@@ -24,8 +24,6 @@ namespace content { |
namespace { |
-const int kBytesPerPixel = 4; |
- |
webrtc::DesktopRect ComputeLetterboxRect( |
const webrtc::DesktopSize& max_size, |
const webrtc::DesktopSize& source_size) { |