diff options
| author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 03:04:32 +0000 |
|---|---|---|
| committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 03:04:32 +0000 |
| commit | d19c0a84f266ba9f63e8130e81232f4ef8b53a4d (patch) | |
| tree | 63e0a6f22ec011bde4df9a06c655d80c14e9f702 /chrome/browser/renderer_host/render_widget_host_view_mac.h | |
| parent | b4113d5feb3b47f5f9aaa4e7aeeacc0d95d81f36 (diff) | |
| download | chromium_src-d19c0a84f266ba9f63e8130e81232f4ef8b53a4d.zip chromium_src-d19c0a84f266ba9f63e8130e81232f4ef8b53a4d.tar.gz chromium_src-d19c0a84f266ba9f63e8130e81232f4ef8b53a4d.tar.bz2 | |
Reverting 31632 - looks like it broke some tests.
R=chase@chromium.org
TEST=tab_switching_test
BUG=none
Review URL: http://codereview.chromium.org/389006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/renderer_host/render_widget_host_view_mac.h')
| -rw-r--r-- | chrome/browser/renderer_host/render_widget_host_view_mac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/renderer_host/render_widget_host_view_mac.h b/chrome/browser/renderer_host/render_widget_host_view_mac.h index 67c8abf..9d6ffbb 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_mac.h +++ b/chrome/browser/renderer_host/render_widget_host_view_mac.h @@ -140,9 +140,6 @@ class RenderWidgetHostViewMac : public RenderWidgetHostView { // value returns true for is_null() if we are not recording whiteout times. 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_; - // Variables used by our implementaion of the NSTextInput protocol. // An input method of Mac calls the methods of this protocol not only to // notify an application of its status, but also to retrieve the status of |
