Chromium Code Reviews| Index: ui/gfx/surface/accelerated_surface_win.h |
| =================================================================== |
| --- ui/gfx/surface/accelerated_surface_win.h (revision 126152) |
| +++ ui/gfx/surface/accelerated_surface_win.h (working copy) |
| @@ -91,7 +91,8 @@ |
| void Suspend(); |
| private: |
| - scoped_refptr<AcceleratedPresenter> presenter_; |
| + // Immutable and accessible on any thread. |
| + const scoped_refptr<AcceleratedPresenter> presenter_; |
| DISALLOW_COPY_AND_ASSIGN(AcceleratedSurface); |
| }; |