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

Unified Diff: ui/surface/accelerated_surface_win.h

Issue 10804028: Always reverse rows prior to presenting in AcceleratedSurface on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | ui/surface/accelerated_surface_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | ui/surface/accelerated_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698