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

Unified Diff: content/browser/android/in_process/synchronous_input_event_filter.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: content/browser/android/in_process/synchronous_input_event_filter.cc
diff --git a/content/browser/android/in_process/synchronous_input_event_filter.cc b/content/browser/android/in_process/synchronous_input_event_filter.cc
index 34144dac579542ad8ba65111cc5105c45d378e22..5b086fb71614693b0ab4a46fb3483824953df437 100644
--- a/content/browser/android/in_process/synchronous_input_event_filter.cc
+++ b/content/browser/android/in_process/synchronous_input_event_filter.cc
@@ -10,7 +10,7 @@
#include "content/public/browser/browser_thread.h"
#include "ui/events/latency_info.h"
-using WebKit::WebInputEvent;
+using blink::WebInputEvent;
namespace content {
@@ -22,7 +22,7 @@ SynchronousInputEventFilter::~SynchronousInputEventFilter() {
InputEventAckState SynchronousInputEventFilter::HandleInputEvent(
int routing_id,
- const WebKit::WebInputEvent& input_event) {
+ const blink::WebInputEvent& input_event) {
// The handler will be empty both before renderer initialization and after
// renderer destruction. It's possible that this will be reached in such a
// state. While not good, it should also not be fatal.
« no previous file with comments | « content/browser/android/in_process/synchronous_input_event_filter.h ('k') | content/browser/android/touch_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698