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

Unified Diff: trunk/Source/web/WebViewImpl.h

Issue 546693002: Revert 181427 "Reduce hit test on ShowPress by moving hit testin..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 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
« no previous file with comments | « trunk/Source/core/page/EventHandler.cpp ('k') | trunk/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/web/WebViewImpl.h
===================================================================
--- trunk/Source/web/WebViewImpl.h (revision 181433)
+++ trunk/Source/web/WebViewImpl.h (working copy)
@@ -31,7 +31,6 @@
#ifndef WebViewImpl_h
#define WebViewImpl_h
-#include "core/page/EventWithHitTestResults.h"
#include "core/page/PagePopupDriver.h"
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h"
@@ -431,8 +430,8 @@
void fullFramePluginZoomLevelChanged(double zoomLevel);
void computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, float& scale, WebPoint& scroll);
- Node* bestTapNode(const GestureEventWithHitTestResults& targetedTapEvent);
- void enableTapHighlightAtPoint(const GestureEventWithHitTestResults& targetedTapEvent);
+ Node* bestTapNode(const PlatformGestureEvent& tapEvent);
+ void enableTapHighlightAtPoint(const PlatformGestureEvent& tapEvent);
void enableTapHighlights(WillBeHeapVector<RawPtrWillBeMember<Node> >&);
void computeScaleAndScrollForFocusedNode(Node* focusedNode, float& scale, IntPoint& scroll, bool& needAnimation);
« no previous file with comments | « trunk/Source/core/page/EventHandler.cpp ('k') | trunk/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698