summaryrefslogtreecommitdiffstats
path: root/chrome/browser/render_widget_host_view_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/render_widget_host_view_win.h')
-rw-r--r--chrome/browser/render_widget_host_view_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/render_widget_host_view_win.h b/chrome/browser/render_widget_host_view_win.h
index c47ca74..348e21c 100644
--- a/chrome/browser/render_widget_host_view_win.h
+++ b/chrome/browser/render_widget_host_view_win.h
@@ -257,7 +257,7 @@ class RenderWidgetHostViewWin :
// The time at which this view started displaying white pixels as a result of
// not having anything to paint (empty backing store from renderer). This
// value returns true for is_null() if we are not recording whiteout times.
- TimeTicks whiteout_start_time_;
+ base::TimeTicks whiteout_start_time_;
// Whether the renderer is made accessible.
// TODO(jcampan): http://b/issue?id=1432077 This is a temporary work-around