Index: content/renderer/render_widget.cc |
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc |
index 1aab8b42fc06fd0573f5d5ab6d503e42ea25e637..94989438480010fadf1f44aeba063c02c81c5b86 100644 |
--- a/content/renderer/render_widget.cc |
+++ b/content/renderer/render_widget.cc |
@@ -36,7 +36,6 @@ |
#include "content/renderer/cursor_utils.h" |
#include "content/renderer/external_popup_menu.h" |
#include "content/renderer/gpu/compositor_output_surface.h" |
-#include "content/renderer/gpu/compositor_software_output_device.h" |
#include "content/renderer/gpu/delegated_compositor_output_surface.h" |
#include "content/renderer/gpu/frame_swap_message_queue.h" |
#include "content/renderer/gpu/mailbox_output_surface.h" |
@@ -1034,7 +1033,7 @@ scoped_ptr<cc::OutputSurface> RenderWidget::CreateOutputSurface(bool fallback) { |
} |
if (!context_provider.get()) { |
scoped_ptr<cc::SoftwareOutputDevice> software_device( |
- new CompositorSoftwareOutputDevice()); |
+ new cc::SoftwareOutputDevice()); |
return scoped_ptr<cc::OutputSurface>(new CompositorOutputSurface( |
routing_id(), output_surface_id, nullptr, nullptr, |