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

Unified Diff: Source/core/core.gypi

Issue 1142283004: Implement a Hit Test Cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comments from tdresser Created 5 years, 6 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/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 474e2799c9925db6c1fdd4b04083c0f3e8d2502b..a57210cbc4e5a35742327f5867b3b764c01097df 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -557,6 +557,8 @@
'layout/FloatingObjects.cpp',
'layout/FloatingObjects.h',
'layout/GeneratedChildren.h',
+ 'layout/HitTestCache.cpp',
+ 'layout/HitTestCache.h',
'layout/HitTestLocation.cpp',
'layout/HitTestLocation.h',
'layout/HitTestResult.cpp',

Powered by Google App Engine
This is Rietveld 408576698