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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoid DCHECKs when retrieving process ID Created 7 years, 6 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index c1e5c218a93528b76974ef4c988f2a0ade4e197a..4581e69de484b610aab3ea77323e0ef096f24bf3 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -33,7 +33,6 @@ class WindowAndroid;
namespace content {
class RenderWidgetHostViewAndroid;
-class SyncInputEventFilter;
// TODO(jrg): this is a shell. Upstream the rest.
class ContentViewCoreImpl : public ContentViewCore,
@@ -296,8 +295,6 @@ class ContentViewCoreImpl : public ContentViewCore,
gfx::Size GetViewportSizeOffsetDip() const;
float GetOverdrawBottomHeightDip() const;
- InputEventAckState FilterInputEvent(const WebKit::WebInputEvent& input_event);
-
void AttachLayer(scoped_refptr<cc::Layer> layer);
void RemoveLayer(scoped_refptr<cc::Layer> layer);
void SetVSyncNotificationEnabled(bool enabled);
@@ -361,9 +358,6 @@ class ContentViewCoreImpl : public ContentViewCore,
std::vector<UpdateFrameInfoCallback> update_frame_info_callbacks_;
- // Optional browser-side input event filtering.
- scoped_ptr<SyncInputEventFilter> input_event_filter_;
-
DISALLOW_COPY_AND_ASSIGN(ContentViewCoreImpl);
};
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698