| 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..11b9d0e218a7dbc13c8ef47e076a478c09b7677f 100644
|
| --- a/content/test/mock_render_process.h
|
| +++ b/content/test/mock_render_process.h
|
| @@ -22,7 +22,8 @@ class MockRenderProcess : public RenderProcess {
|
| virtual bool UseInProcessPlugins() const OVERRIDE;
|
| virtual void AddBindings(int bindings) OVERRIDE;
|
| virtual int GetEnabledBindings() const OVERRIDE;
|
| - virtual bool HasInitializedMediaLibrary() const;
|
| + virtual TransportDIB* CreateTransportDIB(size_t size) OVERRIDE;
|
| + virtual void FreeTransportDIB(TransportDIB*) OVERRIDE;
|
|
|
| private:
|
| uint32 transport_dib_next_sequence_number_;
|
|
|