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

Unified Diff: ui/events/blink/did_overscroll_params.cc

Issue 2240273002: Move |DidOverscrollParams| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move DidOverscrollParams to ui:: Created 4 years, 4 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: ui/events/blink/did_overscroll_params.cc
diff --git a/ui/events/platform/platform_event_source_stub.cc b/ui/events/blink/did_overscroll_params.cc
similarity index 57%
copy from ui/events/platform/platform_event_source_stub.cc
copy to ui/events/blink/did_overscroll_params.cc
index dad94f1be24880b3168ede5681f9e804970b4bac..9f029b4824b3ac39257923f28567f6ad6a74970d 100644
--- a/ui/events/platform/platform_event_source_stub.cc
+++ b/ui/events/blink/did_overscroll_params.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/events/platform/platform_event_source.h"
+#include "ui/events/blink/did_overscroll_params.h"
namespace ui {
-std::unique_ptr<PlatformEventSource> PlatformEventSource::CreateDefault() {
- return nullptr;
-}
chongz 2016/08/15 13:11:42 Wrong file for diff?
ncarter (slow) 2016/08/16 19:26:42 This is unavoidable sometimes, especially with sma
+DidOverscrollParams::DidOverscrollParams() {}
+
+DidOverscrollParams::~DidOverscrollParams() {}
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698