diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 22:07:44 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 22:07:44 +0000 |
commit | d1ec3f7f30d07132bf0f75e4938d50a508bc7637 (patch) | |
tree | e3692505673cdc417e4ac96d80bc8f8ba31925d8 /content/common/gpu/image_transport_surface.h | |
parent | d24adc83e7de8b042739c96f37588dee5ba091b3 (diff) | |
download | chromium_src-d1ec3f7f30d07132bf0f75e4938d50a508bc7637.zip chromium_src-d1ec3f7f30d07132bf0f75e4938d50a508bc7637.tar.gz chromium_src-d1ec3f7f30d07132bf0f75e4938d50a508bc7637.tar.bz2 |
Revert 224496 "Move ui/base/latency_info* to ui/events"
> Move ui/base/latency_info* to ui/events
>
> Latest in a sequence of changes to extract ui/gfx as its own component and sever ties on ui/base from various should-be-lower-level components.
>
> TBR=jamesr@chromium.org, sky@chromium.org
>
> BUG=none
>
> Review URL: https://codereview.chromium.org/23464099
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/24141009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu/image_transport_surface.h')
-rw-r--r-- | content/common/gpu/image_transport_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h index 9a7889f..7b2d11d 100644 --- a/content/common/gpu/image_transport_surface.h +++ b/content/common/gpu/image_transport_surface.h @@ -15,7 +15,7 @@ #include "content/common/content_export.h" #include "ipc/ipc_listener.h" #include "ipc/ipc_message.h" -#include "ui/events/latency_info.h" +#include "ui/base/latency_info.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect.h" #include "ui/gfx/size.h" |