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

Unified Diff: Source/core/core.gypi

Issue 300223009: Implement basic parts of hit regions on canvas2d. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: exclude clipping region part Created 6 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 c1818326dd163894a11976839517bf887bd02551..95df2d4474fb7d72d63b0c7e60f80aceebeea0ea 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -472,6 +472,7 @@
'frame/WindowEventHandlers.idl',
'frame/WindowTimers.idl',
'html/canvas/CanvasPathMethods.idl',
+ 'html/canvas/MouseEventHitRegion.idl',
'html/canvas/WebGLRenderingContextBase.idl',
'page/WindowPagePopup.idl',
'svg/SVGDocument.idl',
@@ -2546,6 +2547,9 @@
'html/canvas/EXTShaderTextureLOD.h',
'html/canvas/EXTTextureFilterAnisotropic.cpp',
'html/canvas/EXTTextureFilterAnisotropic.h',
+ 'html/canvas/HitRegion.cpp',
+ 'html/canvas/HitRegion.h',
+ 'html/canvas/MouseEventHitRegion.h',
'html/canvas/OESElementIndexUint.cpp',
'html/canvas/OESElementIndexUint.h',
'html/canvas/OESStandardDerivatives.cpp',

Powered by Google App Engine
This is Rietveld 408576698