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

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: Patch 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
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;
jam 2012/08/01 20:44:32 while you're at it, can you remove HasInitializedM
Fady Samuel 2012/08/01 21:07:38 Done.
private:

Powered by Google App Engine
This is Rietveld 408576698