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

Unified Diff: third_party/WebKit/Source/core/html/HTMLAreaElement.h

Issue 1632133007: The missing value default for <area shape> is 'rect' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/core/html/HTMLAreaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.h b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
index c290629b38e0a78c6c67ddab864acfa5a1bc0aa9..ec815e7f556732c842e474ea6efcb5ab72912c04 100644
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
@@ -59,7 +59,7 @@ private:
void updateFocusAppearance(SelectionBehaviorOnFocus) override;
void setFocus(bool) override;
- enum Shape { Default, Poly, Rect, Circle, Unknown };
+ enum Shape { Default, Poly, Rect, Circle };
Path getRegion(const LayoutSize&) const;
void invalidateCachedRegion();

Powered by Google App Engine
This is Rietveld 408576698