Index: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h |
index 049f932cdffc11c9f09dfe919c5c79fe5f728d90..91eb4977a9252c7b7256649e5eb83080a3373420 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h |
@@ -75,6 +75,11 @@ public: |
return toView()->hitTest(result); |
} |
+ bool hitTestNoLifecycleUpdate(HitTestResult& result) |
+ { |
+ return toView()->hitTestNoLifecycleUpdate(result); |
+ } |
+ |
IntRect selectionBounds() |
{ |
return toView()->selectionBounds(); |