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

Unified Diff: content/browser/renderer_host/render_widget_host_view_win.h

Issue 10073002: TabContents -> WebContentsImpl, part 11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed a few Created 8 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
Index: content/browser/renderer_host/render_widget_host_view_win.h
diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h
index d9d3f375f497fd0dfdf3d4b5a7782ab57a608b3a..7990345e9f8a9a0da5290be18b774677a2b4aedf 100644
--- a/content/browser/renderer_host/render_widget_host_view_win.h
+++ b/content/browser/renderer_host/render_widget_host_view_win.h
@@ -195,7 +195,7 @@ class RenderWidgetHostViewWin
const std::vector<gfx::Rect>& copy_rects) OVERRIDE;
virtual void RenderViewGone(base::TerminationStatus status,
int error_code) OVERRIDE;
- // called by TabContents before DestroyWindow
+ // called by WebContentsImpl before DestroyWindow
virtual void WillWmDestroy() OVERRIDE;
virtual void Destroy() OVERRIDE;
virtual void SetTooltipText(const string16& tooltip_text) OVERRIDE;
@@ -507,7 +507,7 @@ class RenderWidgetHostViewWin
base::TimeTicks whiteout_start_time_;
// The time it took after this view was selected for it to be fully painted.
- base::TimeTicks tab_switch_paint_time_;
+ base::TimeTicks web_contents_switch_paint_time_;
// Registrar so we can listen to RENDERER_PROCESS_TERMINATED events.
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698