summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/backing_store_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/backing_store_win.cc')
-rw-r--r--content/browser/renderer_host/backing_store_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/backing_store_win.cc b/content/browser/renderer_host/backing_store_win.cc
index 9992fde..8e761dd 100644
--- a/content/browser/renderer_host/backing_store_win.cc
+++ b/content/browser/renderer_host/backing_store_win.cc
@@ -9,10 +9,10 @@
#include "content/browser/renderer_host/render_widget_host_impl.h"
#include "content/public/common/content_switches.h"
#include "skia/ext/platform_canvas.h"
-#include "ui/gfx/dpi_win.h"
#include "ui/gfx/gdi_util.h"
#include "ui/gfx/rect_conversions.h"
#include "ui/gfx/size_conversions.h"
+#include "ui/gfx/win/dpi.h"
#include "ui/surface/transport_dib.h"
namespace content {