Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / test / mock_render_process.h
index 5debd5b..9c480da 100644 (file)
@@ -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);