| Index: views/widget/widget_win.h
 | 
| ===================================================================
 | 
| --- views/widget/widget_win.h	(revision 50452)
 | 
| +++ views/widget/widget_win.h	(working copy)
 | 
| @@ -20,7 +20,7 @@
 | 
|  #include "views/widget/widget.h"
 | 
|  
 | 
|  namespace gfx {
 | 
| -class Canvas;
 | 
| +class CanvasSkia;
 | 
|  class Rect;
 | 
|  }
 | 
|  
 | 
| @@ -533,7 +533,7 @@
 | 
|  
 | 
|    // A canvas that contains the window contents in the case of a layered
 | 
|    // window.
 | 
| -  scoped_ptr<gfx::Canvas> contents_;
 | 
| +  scoped_ptr<gfx::CanvasSkia> contents_;
 | 
|  
 | 
|    // Whether or not the window should delete itself when it is destroyed.
 | 
|    // Set this to false via its setter for stack allocated instances.
 | 
| 
 |