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

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 git cl format mangling 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/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index a3c6ae232446a346b26310c81b914adcc232bb01..c2672afa50f8706156fbb440d4731048fd36a802 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -558,6 +558,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