From 114efaeb2baaeb92a34a773c8e0379e1b221e379 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 6 Nov 2013 20:37:57 +0000 Subject: Restructure the events target into two components: - events_base (built by most people) - defining some basic utilities. - events (built by users of aura/views) - the ui::Event type & friends. Prior to this there was one target, and platforms that did not want ui::Event would exclude those files explicitly, making it hard to build those files on those platforms without breaking other components. R=sadrul@chromium.org BUG=none Review URL: https://codereview.chromium.org/57433011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233347 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/events/latency_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/events/latency_info.h') diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h index fb58176..f0f89b7 100644 --- a/ui/events/latency_info.h +++ b/ui/events/latency_info.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "base/time/time.h" -#include "ui/events/events_export.h" +#include "ui/events/events_base_export.h" namespace ui { @@ -57,7 +57,7 @@ enum LatencyComponentType { WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT }; -struct EVENTS_EXPORT LatencyInfo { +struct EVENTS_BASE_EXPORT LatencyInfo { struct LatencyComponent { // Nondecreasing number that can be used to determine what events happened // in the component at the time this struct was sent on to the next -- cgit v1.1