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

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

Issue 15651006: cc: Disable LastInputEventForBeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@nobfafteri
Patch Set: Remove HandleInputEventInternal 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 | « cc/trees/thread_proxy.cc ('k') | 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 b9edb67eae1fc0aa0c54daae722eacfc03caf19b..274d30eb1963b4b94e4efe67e1b16f700e3a5f95 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -298,11 +298,6 @@ class ContentViewCoreImpl : public ContentViewCore,
void SetNeedsAnimate();
private:
- enum InputEventVSyncStatus {
- NOT_LAST_INPUT_EVENT_FOR_VSYNC,
- LAST_INPUT_EVENT_FOR_VSYNC
- };
-
class ContentViewUserData;
friend class ContentViewUserData;
@@ -324,8 +319,7 @@ class ContentViewCoreImpl : public ContentViewCore,
float GetTouchPaddingDip();
WebKit::WebGestureEvent MakeGestureEvent(
- WebKit::WebInputEvent::Type type, long time_ms,
- float x, float y, InputEventVSyncStatus vsync_status) const;
+ WebKit::WebInputEvent::Type type, long time_ms, float x, float y) const;
gfx::Size GetViewportSizePix() const;
gfx::Size GetViewportSizeOffsetPix() const;
« no previous file with comments | « cc/trees/thread_proxy.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698