Index: chrome/browser/renderer_host/render_widget_host_view.h |
diff --git a/chrome/browser/renderer_host/render_widget_host_view.h b/chrome/browser/renderer_host/render_widget_host_view.h |
index 1c8bb138305bc11f540617e0027909f5af4aadf8..1e396cef226252a0d1ebb5586c83e4a626ca88d8 100644 |
--- a/chrome/browser/renderer_host/render_widget_host_view.h |
+++ b/chrome/browser/renderer_host/render_widget_host_view.h |
@@ -14,11 +14,13 @@ |
#include <vector> |
#include "app/surface/transport_dib.h" |
+#include "base/process_util.h" |
#include "gfx/native_widget_types.h" |
#include "gfx/rect.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h" |
#include "third_party/WebKit/WebKit/chromium/public/WebTextInputType.h" |
+#include "third_party/skia/include/core/SkBitmap.h" |
namespace gfx { |
class Rect; |
@@ -151,7 +153,8 @@ class RenderWidgetHostView { |
const std::vector<gfx::Rect>& copy_rects) = 0; |
// Notifies the View that the renderer has ceased to exist. |
- virtual void RenderViewGone() = 0; |
+ virtual void RenderViewGone(base::TerminationStatus status, |
+ int error_code) = 0; |
// Notifies the View that the renderer will be delete soon. |
virtual void WillDestroyRenderWidget(RenderWidgetHost* rwh) = 0; |