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

Unified Diff: content/renderer/gpu/input_handler_wrapper.cc

Issue 23364004: Implementation of device metrics emulation in render view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Style Created 7 years, 3 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/renderer/gpu/input_handler_wrapper.cc
===================================================================
--- content/renderer/gpu/input_handler_wrapper.cc (revision 221161)
+++ content/renderer/gpu/input_handler_wrapper.cc (working copy)
@@ -54,4 +54,8 @@
input_handler_manager_->DidOverscroll(routing_id_, params);
}
+void InputHandlerWrapper::SetRewriter(scoped_ptr<InputEventRewriter> rewriter) {
+ rewriter_ = rewriter.Pass();
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698