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

Unified Diff: views/view_unittest.cc

Issue 114059: Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/focus/focus_manager.h ('k') | views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view_unittest.cc
===================================================================
--- views/view_unittest.cc (revision 17161)
+++ views/view_unittest.cc (working copy)
@@ -713,7 +713,7 @@
}
HWND GetHWND() {
- return static_cast<NativeButtonWin*>(native_wrapper_)->GetHWND();
+ return static_cast<NativeButtonWin*>(native_wrapper_)->native_view();
}
};
@@ -723,7 +723,7 @@
}
HWND GetHWND() {
- return static_cast<NativeCheckboxWin*>(native_wrapper_)->GetHWND();
+ return static_cast<NativeCheckboxWin*>(native_wrapper_)->native_view();
}
};
« no previous file with comments | « views/focus/focus_manager.h ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698