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

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, 10 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/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)
@@ -316,6 +316,8 @@
'gfx/render_text_win.h',
'gfx/screen.h',
'gfx/screen_aura.cc',
+ 'gfx/screen_compatible_dc_win.cc',
+ 'gfx/screen_compatible_dc_win.h',
'gfx/screen_gtk.cc',
'gfx/screen_mac.mm',
'gfx/screen_wayland.cc',
« no previous file with comments | « 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