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

Unified Diff: ui/surface/accelerated_surface_win.cc

Issue 14348033: NOT FOR SUBMIT - Windows Views HiDPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moving windows code into ifdef's Created 7 years, 7 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
Index: ui/surface/accelerated_surface_win.cc
diff --git a/ui/surface/accelerated_surface_win.cc b/ui/surface/accelerated_surface_win.cc
index bb19b7d69f7d8f06fbbaa6fb406dca0ca30d55db..c117d64b1602cf5bf7a3fc06410686dc2bcb2bdc 100644
--- a/ui/surface/accelerated_surface_win.cc
+++ b/ui/surface/accelerated_surface_win.cc
@@ -730,7 +730,9 @@ void AcceleratedPresenter::DoPresentAndAcknowledge(
TRACE_EVENT2("gpu", "EarlyOut_WrongWindowSize2",
"windowwidth", window_size.width(),
"windowheight", window_size.height());
+#if !defined(ENABLE_HIDPI)
kevers 2013/06/03 17:28:50 As we are also working on removing the ENABLE_HIDP
return;
+#endif
}
#endif

Powered by Google App Engine
This is Rietveld 408576698