Index: content/browser/aura/software_output_device_x11.cc |
diff --git a/content/browser/aura/software_output_device_x11.cc b/content/browser/aura/software_output_device_x11.cc |
index 229755b6ffb6fef9ec3b5893c51de04df273acc3..abdb116ed34b5bd0cfe8c21773da4cb4c72bf232 100644 |
--- a/content/browser/aura/software_output_device_x11.cc |
+++ b/content/browser/aura/software_output_device_x11.cc |
@@ -16,7 +16,7 @@ namespace content { |
SoftwareOutputDeviceX11::SoftwareOutputDeviceX11(ui::Compositor* compositor) |
: compositor_(compositor), |
- display_(ui::GetXDisplay()), |
+ display_(gfx::GetXDisplay()), |
gc_(NULL), |
image_(NULL) { |
// TODO(skaslev) Remove this when crbug.com/180702 is fixed. |