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

Unified Diff: Source/core/layout/LayoutTextFragment.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/LayoutTextFragment.h
diff --git a/Source/core/layout/LayoutTextFragment.h b/Source/core/layout/LayoutTextFragment.h
index cfc1ad83ddae2f4d555a6e6dc849bff8b4584fe9..7d814a63e854a0b9d1d41fb267ec9b2f4a871e56 100644
--- a/Source/core/layout/LayoutTextFragment.h
+++ b/Source/core/layout/LayoutTextFragment.h
@@ -78,7 +78,7 @@ private:
virtual UChar previousCharacter() const override;
Text* associatedTextNode() const;
- void updateHitTestResult(HitTestResult&, const LayoutPoint&) override;
+ void updateHitTestResult(HitTestResult&, const LayoutPoint&, const LayoutRect&) override;
unsigned m_start;
unsigned m_end;

Powered by Google App Engine
This is Rietveld 408576698