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

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 14a82e6fe9460b916bcf12559ba1caef9755cabd..bdb09b183781b5f6015af2b1088e1a51417d674c 100644
--- a/content/browser/renderer_host/overscroll_controller.cc
+++ b/content/browser/renderer_host/overscroll_controller.cc
@@ -26,7 +26,7 @@ OverscrollController::~OverscrollController() {
bool OverscrollController::WillDispatchEvent(
const WebKit::WebInputEvent& event,
- const cc::LatencyInfo& latency_info) {
+ const ui::LatencyInfo& latency_info) {
if (DispatchEventCompletesAction(event)) {
CompleteAction();

Powered by Google App Engine
This is Rietveld 408576698