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

Unified Diff: ui/ui.gyp

Issue 9323011: Cache a screen compatible DC to avoid re-creating it excessively. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 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
« ui/gfx/screen_compatible_dc_win.cc ('K') | « ui/gfx/screen_compatible_dc_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 120360)
+++ ui/ui.gyp (working copy)
@@ -320,6 +320,8 @@
'gfx/screen_mac.mm',
'gfx/screen_wayland.cc',
'gfx/screen_win.cc',
+ 'gfx/screen_compatible_dc_win.cc',
sky 2012/02/03 23:14:42 sort
Alexei Svitkine (slow) 2012/02/06 14:37:38 Done.
+ 'gfx/screen_compatible_dc_win.h',
'gfx/scoped_cg_context_save_gstate_mac.h',
'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',
« ui/gfx/screen_compatible_dc_win.cc ('K') | « ui/gfx/screen_compatible_dc_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698