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

Unified Diff: Source/core/html/canvas/HitRegionOptions.idl

Issue 831483004: IDL: Make enums have global visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/html/canvas/HitRegionOptions.idl
diff --git a/Source/core/html/canvas/HitRegionOptions.idl b/Source/core/html/canvas/HitRegionOptions.idl
index 552117a661d42b5c16750d27bdf19f807aa27382..6146304012fb1209fd8c359134d97a874fb25456 100644
--- a/Source/core/html/canvas/HitRegionOptions.idl
+++ b/Source/core/html/canvas/HitRegionOptions.idl
@@ -4,8 +4,6 @@
// Spec: https://html.spec.whatwg.org/multipage/scripting.html#hitregionoptions
-enum CanvasFillRule { "nonzero", "evenodd" };
-
dictionary HitRegionOptions {
Path2D? path = null;
CanvasFillRule fillRule = "nonzero";

Powered by Google App Engine
This is Rietveld 408576698