Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: content/browser/renderer_host/overscroll_controller.cc

Issue 14999012: Move cc/debug/latency_info to ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/overscroll_controller.cc
diff --git a/content/browser/renderer_host/overscroll_controller.cc b/content/browser/renderer_host/overscroll_controller.cc
index b6cafe1adfcdd3a6704529340c8144ba929c2a3c..66c23cc505bcea171cceee132582f31e6504eedb 100644
--- a/content/browser/renderer_host/overscroll_controller.cc
+++ b/content/browser/renderer_host/overscroll_controller.cc
@@ -27,7 +27,7 @@ OverscrollController::~OverscrollController() {
bool OverscrollController::WillDispatchEvent(
const WebKit::WebInputEvent& event,
- const cc::LatencyInfo& latency_info) {
+ const ui::LatencyInfo& latency_info) {
if (scroll_state_ != STATE_UNKNOWN) {
if (event.type == WebKit::WebInputEvent::GestureScrollEnd) {
scroll_state_ = STATE_UNKNOWN;
« no previous file with comments | « content/browser/renderer_host/overscroll_controller.h ('k') | content/browser/renderer_host/render_widget_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698