| Index: chrome/android/javatests_shell/src/org/chromium/chrome/browser/compositor/eventfilter/MockEventFilterHost.java
|
| diff --git a/chrome/android/javatests_shell/src/org/chromium/chrome/browser/compositor/eventfilter/MockEventFilterHost.java b/chrome/android/javatests_shell/src/org/chromium/chrome/browser/compositor/eventfilter/MockEventFilterHost.java
|
| deleted file mode 100644
|
| index 22c9735b2388647d9abcb30668e7a3785413f807..0000000000000000000000000000000000000000
|
| --- a/chrome/android/javatests_shell/src/org/chromium/chrome/browser/compositor/eventfilter/MockEventFilterHost.java
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -package org.chromium.chrome.browser.compositor.eventfilter;
|
| -
|
| -import android.view.MotionEvent;
|
| -
|
| -import org.chromium.chrome.browser.compositor.layouts.eventfilter.EventFilterHost;
|
| -
|
| -/**
|
| - * Most basic {@link EventFilterHost}.
|
| - */
|
| -public class MockEventFilterHost implements EventFilterHost {
|
| - public MockEventFilterHost() {
|
| - }
|
| -
|
| - @Override
|
| - public boolean propagateEvent(MotionEvent e) {
|
| - return false;
|
| - }
|
| -
|
| - @Override
|
| - public int getViewportWidth() {
|
| - return 0;
|
| - }
|
| -}
|
|
|