Index: remoting/base/util.h |
diff --git a/remoting/base/util.h b/remoting/base/util.h |
index c4621cc0a3661ac1fc4a2e0eb532b29fa427c359..07b501b5bd5f718d0f4592c0015b7c6a6b6ac870 100644 |
--- a/remoting/base/util.h |
+++ b/remoting/base/util.h |
@@ -15,9 +15,6 @@ namespace remoting { |
// Return a string that contains the current date formatted as 'MMDD/HHMMSS:'. |
std::string GetTimestampString(); |
-// TODO(sergeyu): Move these methods to media. |
-int GetBytesPerPixel(media::VideoFrame::Format format); |
- |
// Convert and scale YUV to RGB32 on a specific rectangle. The source and |
// destination buffers are assumed to contain only |source_buffer_rect| and |
// |dest_buffer_rect| areas correspondingly. The scaling factor is determined |