Index: ui/surface/accelerated_surface_win.h |
=================================================================== |
--- ui/surface/accelerated_surface_win.h (revision 147444) |
+++ ui/surface/accelerated_surface_win.h (working copy) |
@@ -102,9 +102,6 @@ |
// are used so it is possible to represent it to quickly validate the window. |
base::win::ScopedComPtr<IDirect3DSwapChain9> swap_chain_; |
- // Whether surfaces are flipped vertically prior to presentation. |
- bool reverse_rows_; |
- |
bool hidden_; |
DISALLOW_COPY_AND_ASSIGN(AcceleratedPresenter); |