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

Side by Side Diff: chrome/browser/render_widget_host_hwnd.cc

Issue 7032: Patch by Thatcher Ulrich <tulrich@google.com>.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/render_widget_host.cc ('k') | chrome/common/ipc_message_macros.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/render_widget_host_hwnd.h" 5 #include "chrome/browser/render_widget_host_hwnd.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/gfx/bitmap_header.h" 8 #include "base/gfx/gdi_util.h"
9 #include "base/gfx/rect.h" 9 #include "base/gfx/rect.h"
10 #include "base/histogram.h" 10 #include "base/histogram.h"
11 #include "base/win_util.h" 11 #include "base/win_util.h"
12 #include "chrome/browser/browser_accessibility.h" 12 #include "chrome/browser/browser_accessibility.h"
13 #include "chrome/browser/browser_accessibility_manager.h" 13 #include "chrome/browser/browser_accessibility_manager.h"
14 #include "chrome/browser/render_process_host.h" 14 #include "chrome/browser/render_process_host.h"
15 // TODO(beng): (Cleanup) we should not need to include this file... see comment 15 // TODO(beng): (Cleanup) we should not need to include this file... see comment
16 // in |DidBecomeSelected|. 16 // in |DidBecomeSelected|.
17 #include "chrome/browser/render_view_host.h" 17 #include "chrome/browser/render_view_host.h"
18 #include "chrome/browser/render_widget_host.h" 18 #include "chrome/browser/render_widget_host.h"
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 866
867 return TRUE; 867 return TRUE;
868 } 868 }
869 869
870 void RenderWidgetHostHWND::ShutdownHost() { 870 void RenderWidgetHostHWND::ShutdownHost() {
871 shutdown_factory_.RevokeAll(); 871 shutdown_factory_.RevokeAll();
872 render_widget_host_->Shutdown(); 872 render_widget_host_->Shutdown();
873 // Do not touch any members at this point, |this| has been deleted. 873 // Do not touch any members at this point, |this| has been deleted.
874 } 874 }
875 875
OLDNEW
« no previous file with comments | « chrome/browser/render_widget_host.cc ('k') | chrome/common/ipc_message_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698