diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 19:39:41 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 19:39:41 +0000 |
commit | f40d3a0012f7cd20103946471f3044cb990b3fb3 (patch) | |
tree | 00a0b718b9cb191319e28248c34f53c6fd98db81 /content/browser/gpu/gpu_process_host.cc | |
parent | 358ff8988d0a6717945d41d0fd8b770fd7d556c5 (diff) | |
download | chromium_src-f40d3a0012f7cd20103946471f3044cb990b3fb3.zip chromium_src-f40d3a0012f7cd20103946471f3044cb990b3fb3.tar.gz chromium_src-f40d3a0012f7cd20103946471f3044cb990b3fb3.tar.bz2 |
Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""
This reverts commit d1ec3f7f30d07132bf0f75e4938d50a508bc7637.
Attempt at re-landing this previous change. Moves LatencyInfo from ui/base to ui/events.
TBR=sky@chromium.org,jamesr@chromium.org,jschuh@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/24257011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.cc')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index fda9cbd..0482b347e8 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -36,7 +36,7 @@ #include "gpu/command_buffer/service/gpu_switches.h" #include "ipc/ipc_channel_handle.h" #include "ipc/ipc_switches.h" -#include "ui/base/latency_info.h" +#include "ui/events/latency_info.h" #include "ui/gl/gl_switches.h" |