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

Unified Diff: cc/blink/web_layer_impl.h

Issue 2856153003: Pass TouchAction bits together with rect in SetTouchEventHandlerRegion (Closed)
Patch Set: Created 3 years, 8 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 | cc/blink/web_layer_impl.cc » ('j') | cc/blink/web_layer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_layer_impl.h
diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
index 573bd2ff3933e7e83764c3467ae2e513b288b31d..202ec205878a0a7d3eb50717eb61150ed8066fe7 100644
--- a/cc/blink/web_layer_impl.h
+++ b/cc/blink/web_layer_impl.h
@@ -106,7 +106,8 @@ class CC_BLINK_EXPORT WebLayerImpl : public NON_EXPORTED_BASE(blink::WebLayer) {
const blink::WebVector<blink::WebRect>& region) override;
blink::WebVector<blink::WebRect> NonFastScrollableRegion() const override;
void SetTouchEventHandlerRegion(
- const blink::WebVector<blink::WebRect>& region) override;
+ const blink::WebVector<blink::WebTouchActionRect>& touch_action_rect)
wkorman 2017/05/03 20:02:14 Suggest pluralizing param name (it wasn't before,
xidachen 2017/05/04 12:11:21 Changed to touch_info.
+ override;
blink::WebVector<blink::WebRect> TouchEventHandlerRegion() const override;
void SetIsContainerForFixedPositionLayers(bool is_container) override;
bool IsContainerForFixedPositionLayers() const override;
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.cc » ('j') | cc/blink/web_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698