summaryrefslogtreecommitdiffstats
path: root/remoting/base/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/util.h')
-rw-r--r--remoting/base/util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/base/util.h b/remoting/base/util.h
index d7f4128..bf5cff5 100644
--- a/remoting/base/util.h
+++ b/remoting/base/util.h
@@ -5,11 +5,12 @@
#ifndef REMOTING_BASE_UTIL_H_
#define REMOTING_BASE_UTIL_H_
-#include "remoting/proto/video.pb.h"
+#include "media/base/video_frame.h"
namespace remoting {
-int GetBytesPerPixel(PixelFormat format);
+// TODO(sergeyu): Move this to media::VideoFrame.
+int GetBytesPerPixel(media::VideoFrame::Format format);
} // namespace remoting