From bda5e4efcb7185a7cdf09ff769af8f2e52a038aa Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Sat, 17 Jun 2017 00:41:39 +0300 Subject: [PATCH] Moving LatencyInfo into a separate component. https://codereview.chromium.org/2783973002 --- atom/browser/api/atom_api_web_contents.cc | 1 + atom/browser/osr/osr_render_widget_host_view.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/atom/browser/api/atom_api_web_contents.cc b/atom/browser/api/atom_api_web_contents.cc index a596d251cb3..ecf7f80ee03 100644 --- a/atom/browser/api/atom_api_web_contents.cc +++ b/atom/browser/api/atom_api_web_contents.cc @@ -81,6 +81,7 @@ #include "third_party/WebKit/public/web/WebFindOptions.h" #include "ui/display/screen.h" #include "ui/events/base_event_utils.h" +#include "ui/latency/latency_info.h" #if !defined(OS_MACOSX) #include "ui/aura/window.h" diff --git a/atom/browser/osr/osr_render_widget_host_view.cc b/atom/browser/osr/osr_render_widget_host_view.cc index 001d32cb670..7f87ff599d5 100644 --- a/atom/browser/osr/osr_render_widget_host_view.cc +++ b/atom/browser/osr/osr_render_widget_host_view.cc @@ -29,10 +29,10 @@ #include "ui/compositor/layer_type.h" #include "ui/events/base_event_utils.h" #include "ui/events/event_constants.h" -#include "ui/events/latency_info.h" #include "ui/gfx/geometry/dip_util.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/skbitmap_operations.h" +#include "ui/latency/latency_info.h" namespace atom {