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

Unified Diff: ui/compositor/test/test_compositor_host_win.cc

Issue 146833020: Remove some uses of ATL in UI code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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 | « ui/base/win/hidden_window.cc ('k') | ui/gfx/win/msg_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/test_compositor_host_win.cc
diff --git a/ui/compositor/test/test_compositor_host_win.cc b/ui/compositor/test/test_compositor_host_win.cc
index 5c7cdb427494cfc8d0c7bfa7ef3ec0cfaf91c7b2..4ea0df8fc0713654cf475840ec7769f43d423ce3 100644
--- a/ui/compositor/test/test_compositor_host_win.cc
+++ b/ui/compositor/test/test_compositor_host_win.cc
@@ -33,9 +33,9 @@ class TestCompositorHostWin : public TestCompositorHost,
}
private:
- BEGIN_MSG_MAP_EX(TestCompositorHostWin)
- MSG_WM_PAINT(OnPaint)
- END_MSG_MAP()
+ CR_BEGIN_MSG_MAP_EX(TestCompositorHostWin)
+ CR_MSG_WM_PAINT(OnPaint)
+ CR_END_MSG_MAP()
void OnPaint(HDC dc) {
compositor_->Draw();
« no previous file with comments | « ui/base/win/hidden_window.cc ('k') | ui/gfx/win/msg_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698