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

Unified Diff: Source/bindings/core/v8/Dictionary.h

Issue 354333002: Add path option(path2d) for hit regions on canvas2d. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nit and rebase Created 6 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/bindings/core/v8/Dictionary.h
diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h
index dfcea1b9b440fabd3f83ba4a0b50f908ee9c2e78..3453b41ed43d65437b0ac7c6eec62433e2a1a0f2 100644
--- a/Source/bindings/core/v8/Dictionary.h
+++ b/Source/bindings/core/v8/Dictionary.h
@@ -55,6 +55,7 @@ class IDBKeyRange;
class MIDIPort;
class MediaKeyError;
class Notification;
+class Path2D;
class SpeechRecognitionResult;
class SpeechRecognitionResultList;
class Storage;
@@ -180,6 +181,7 @@ public:
bool getWithUndefinedOrNullCheck(const String&, String&) const;
bool getWithUndefinedOrNullCheck(const String&, RefPtrWillBeMember<Element>&) const;
+ bool getWithUndefinedOrNullCheck(const String&, RefPtr<Path2D>&) const;
bool hasProperty(const String&) const;
« no previous file with comments | « LayoutTests/fast/canvas/canvas-hit-regions-path2d-transform-test-expected.txt ('k') | Source/bindings/core/v8/Dictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698