Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / render_widget_host.h
index a87e3fa..8ea0888 100644 (file)
@@ -198,8 +198,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
   virtual void ForwardKeyboardEvent(
       const NativeWebKeyboardEvent& key_event) = 0;
 
-  virtual const gfx::Vector2d& GetLastScrollOffset() const = 0;
-
   virtual RenderProcessHost* GetProcess() const = 0;
 
   virtual int GetRoutingID() const = 0;
@@ -229,9 +227,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
 
   virtual void SetIgnoreInputEvents(bool ignore_input_events) = 0;
 
-  // Stops loading the page.
-  virtual void Stop() = 0;
-
   // Called to notify the RenderWidget that it has been resized.
   virtual void WasResized() = 0;