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

Unified Diff: Source/core/layout/LayoutInline.h

Issue 1142283004: Implement a Hit Test Cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
Index: Source/core/layout/LayoutInline.h
diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h
index 4c0bd286cf88b4cdeb45178efd1000219ed549bc..b2510557a7a56411442d65e594906002da28c538 100644
--- a/Source/core/layout/LayoutInline.h
+++ b/Source/core/layout/LayoutInline.h
@@ -177,7 +177,7 @@ private:
virtual void childBecameNonInline(LayoutObject* child) override final;
- virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) override final;
+ virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&, const LayoutRect&) override final;
virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override final;

Powered by Google App Engine
This is Rietveld 408576698