| Index: Source/modules/canvas2d/EventHitRegion.h
|
| diff --git a/Source/modules/canvas2d/EventHitRegion.h b/Source/modules/canvas2d/EventHitRegion.h
|
| index 0ae7efad8bdca81a13709398bba04c552635909d..336ee7c9243c30dc679b205c6921eef0911c8faf 100644
|
| --- a/Source/modules/canvas2d/EventHitRegion.h
|
| +++ b/Source/modules/canvas2d/EventHitRegion.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef EventHitRegion_h
|
| #define EventHitRegion_h
|
|
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -13,6 +14,7 @@ class HTMLCanvasElement;
|
| class LayoutPoint;
|
|
|
| class EventHitRegion {
|
| + STATIC_ONLY(EventHitRegion);
|
| public:
|
| static String regionIdFromAbsoluteLocation(HTMLCanvasElement&, const LayoutPoint&);
|
| };
|
|
|