Index: content/test/mock_render_process.h |
diff --git a/content/test/mock_render_process.h b/content/test/mock_render_process.h |
index 0116a7163fe96f9bfdd8a8e59d6cd24fd290e4b5..881787e3d1f41f1bbfab50e9b50934a4227915a0 100644 |
--- a/content/test/mock_render_process.h |
+++ b/content/test/mock_render_process.h |
@@ -22,6 +22,8 @@ class MockRenderProcess : public RenderProcess { |
virtual bool UseInProcessPlugins() const OVERRIDE; |
virtual void AddBindings(int bindings) OVERRIDE; |
virtual int GetEnabledBindings() const OVERRIDE; |
+ virtual TransportDIB* CreateTransportDIB(size_t size) OVERRIDE; |
+ virtual void FreeTransportDIB(TransportDIB*) OVERRIDE; |
virtual bool HasInitializedMediaLibrary() const; |
private: |