| 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_;
|
| };
|
|
|
|
|