Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: content/test/mock_render_process.h

Issue 10826100: Make RenderProcessImpl::CreateTransportDIB and RenderProcessImpl::FreeTransportDIB public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed jam@'s comments Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_process_impl.h ('k') | content/test/mock_render_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/renderer/render_process_impl.h ('k') | content/test/mock_render_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698