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

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

Issue 441343002: Revert 287747 "Make SingleThreadProxy a SchedulerClient" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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
Index: trunk/src/ui/compositor/test/test_compositor_host_win.cc
===================================================================
--- trunk/src/ui/compositor/test/test_compositor_host_win.cc (revision 287765)
+++ trunk/src/ui/compositor/test/test_compositor_host_win.cc (working copy)
@@ -42,7 +42,7 @@
CR_END_MSG_MAP()
void OnPaint(HDC dc) {
- compositor_->ScheduleFullRedraw();
+ compositor_->Draw();
ValidateRect(hwnd(), NULL);
}
« no previous file with comments | « trunk/src/ui/compositor/test/test_compositor_host_ozone.cc ('k') | trunk/src/ui/compositor/test/test_compositor_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698