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

Unified Diff: content/test/mock_render_process.h

Issue 247263005: Remove TransportDIB methods from RenderProcess(Host) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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.cc ('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 5debd5b429e0697a0411949fc7665c9a20874714..9c480daadfa00ea247b4af1cb1d84b485834da38 100644
--- a/content/test/mock_render_process.h
+++ b/content/test/mock_render_process.h
@@ -16,17 +16,10 @@ class MockRenderProcess : public RenderProcess {
virtual ~MockRenderProcess();
// RenderProcess implementation.
- virtual skia::PlatformCanvas* GetDrawingCanvas(
- TransportDIB** memory,
- const gfx::Rect& rect) OVERRIDE;
- virtual void ReleaseTransportDIB(TransportDIB* memory) OVERRIDE;
virtual void AddBindings(int bindings) OVERRIDE;
virtual int GetEnabledBindings() const OVERRIDE;
- virtual TransportDIB* CreateTransportDIB(size_t size) OVERRIDE;
- virtual void FreeTransportDIB(TransportDIB*) OVERRIDE;
private:
- uint32 transport_dib_next_sequence_number_;
int enabled_bindings_;
DISALLOW_COPY_AND_ASSIGN(MockRenderProcess);
« no previous file with comments | « content/renderer/render_process_impl.cc ('k') | content/test/mock_render_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698