Moving LatencyInfo into a separate component.
https://codereview.chromium.org/2783973002
This commit is contained in:
parent
cc350efbd8
commit
bda5e4efcb
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue