Index: remoting/base/decoder.h |
=================================================================== |
--- remoting/base/decoder.h (revision 64676) |
+++ remoting/base/decoder.h (working copy) |
@@ -9,7 +9,7 @@ |
#include "base/scoped_ptr.h" |
#include "gfx/rect.h" |
#include "media/base/video_frame.h" |
-#include "remoting/proto/video.pb.h" |
+#include "remoting/proto/event.pb.h" |
namespace remoting { |
@@ -51,7 +51,7 @@ |
// Returns true if decoder is ready to accept data via ProcessRectangleData. |
virtual bool IsReadyForData() = 0; |
- virtual VideoPacketFormat::Encoding Encoding() = 0; |
+ virtual UpdateStreamEncoding Encoding() = 0; |
}; |
} // namespace remoting |