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

Unified Diff: cc/input/input_handler.cc

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « cc/input/input_handler.h ('k') | cc/input/scroll_elasticity_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.cc
diff --git a/cc/resources/raster_buffer.cc b/cc/input/input_handler.cc
similarity index 58%
copy from cc/resources/raster_buffer.cc
copy to cc/input/input_handler.cc
index 8f5671720e386ef03d7bea099ab3ce6164dcacd8..336d0d4896d8de5a5cc0fb27dc6bd9e729162edb 100644
--- a/cc/resources/raster_buffer.cc
+++ b/cc/input/input_handler.cc
@@ -2,14 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/resources/raster_buffer.h"
+#include "cc/input/input_handler.h"
namespace cc {
-RasterBuffer::RasterBuffer() {
-}
-
-RasterBuffer::~RasterBuffer() {
+InputHandlerScrollResult::InputHandlerScrollResult()
+ : did_scroll(false), did_overscroll_root(false) {
}
} // namespace cc
« no previous file with comments | « cc/input/input_handler.h ('k') | cc/input/scroll_elasticity_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698