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

Unified Diff: views/view_win.cc

Issue 6902069: Increase warning level to 4 on Visual Studio (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed remaining issues Created 9 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
« no previous file with comments | « views/controls/table/native_table_win.cc ('k') | webkit/plugins/npapi/test/plugin_windowless_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view_win.cc
diff --git a/views/view_win.cc b/views/view_win.cc
index 011b319a82ed47ee17047bf390e2d44e60fbe3b8..62a9240d639902bc343a4ddf94a52bcc35efd1f9 100644
--- a/views/view_win.cc
+++ b/views/view_win.cc
@@ -24,8 +24,8 @@ namespace views {
NativeViewAccessibilityWin* View::GetNativeViewAccessibilityWin() {
if (!native_view_accessibility_win_.get())
- native_view_accessibility_win_.swap(
- NativeViewAccessibilityWin::Create(this));
+ native_view_accessibility_win_ =
+ NativeViewAccessibilityWin::Create(this);
return native_view_accessibility_win_.get();
}
« no previous file with comments | « views/controls/table/native_table_win.cc ('k') | webkit/plugins/npapi/test/plugin_windowless_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698