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

Unified Diff: Source/core/core.gyp

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CR feedback - accumulate LayoutRects instead of IntRects, disable when page isn't composited. Also… Created 7 years, 5 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.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index ab2ccd7e8e5004d70c0704b13edf7bf220bb823d..9aa1c01ff9a0f59e3b789f761d63b7b2ffaa56fd 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -1128,6 +1128,10 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.h',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h',
],
'sources/': [
['exclude', 'testing/js'],
« no previous file with comments | « LayoutTests/platform/win/fast/events/touch/compositor-touch-hit-rects-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698