summaryrefslogtreecommitdiffstats
path: root/remoting/base/encoder_vp8.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/encoder_vp8.h')
-rw-r--r--remoting/base/encoder_vp8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/base/encoder_vp8.h b/remoting/base/encoder_vp8.h
index 6ded488..a74d9f9 100644
--- a/remoting/base/encoder_vp8.h
+++ b/remoting/base/encoder_vp8.h
@@ -32,6 +32,9 @@ class EncoderVp8 : public Encoder {
// Initialize the encoder. Returns true if successful.
bool Init(const gfx::Size& size);
+ // Destroy the encoder.
+ void Destroy();
+
// Prepare |image_| for encoding. Write updated rectangles into
// |updated_rects|. Returns true if successful.
bool PrepareImage(scoped_refptr<CaptureData> capture_data,