| Index: content/browser/gpu/gpu_process_host_ui_shim.cc
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| index c92a72dba7f9c69d73c64463626bdae921b752d6..2293e745892609f8391e4d01e628cbc4bfc83abb 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -25,7 +25,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| #if defined(OS_MACOSX)
|
| -#include "content/browser/compositor/browser_compositor_ca_layer_tree_mac.h"
|
| +#include "ui/accelerated_widget_mac/accelerated_widget_mac.h"
|
| #endif
|
|
|
| #if defined(USE_OZONE)
|
| @@ -279,7 +279,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped(
|
| DCHECK(IsDelegatedRendererEnabled());
|
| gfx::AcceleratedWidget native_widget =
|
| content::GpuSurfaceTracker::Get()->AcquireNativeWidget(params.surface_id);
|
| - AcceleratedWidgetMacGotAcceleratedFrame(
|
| + ui::AcceleratedWidgetMacGotAcceleratedFrame(
|
| native_widget,
|
| params.surface_handle,
|
| params.latency_info,
|
|
|