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

Unified Diff: content/browser/renderer_host/software_output_device_win.h

Issue 13261005: Fixed a rendering glitch with window borders for Aura on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « no previous file | content/browser/renderer_host/software_output_device_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/software_output_device_win.h
diff --git a/content/browser/renderer_host/software_output_device_win.h b/content/browser/renderer_host/software_output_device_win.h
index 930f523cc3f78c72b781f89fe533fc347a92bebd..057e48ffcb63e0e143aaab213039ef1487a32124 100644
--- a/content/browser/renderer_host/software_output_device_win.h
+++ b/content/browser/renderer_host/software_output_device_win.h
@@ -27,7 +27,7 @@ class SoftwareOutputDeviceWin : public cc::SoftwareOutputDevice {
private:
ui::Compositor* compositor_;
- HDC hdc_;
+ HWND hwnd_;
BITMAPINFO bitmap_info_;
};
« no previous file with comments | « no previous file | content/browser/renderer_host/software_output_device_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698