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

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

Issue 1912863002: Fix image map focus ring painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/HTMLMapElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMapElement.h b/third_party/WebKit/Source/core/html/HTMLMapElement.h
index 2a8544f20005f12079e4a168e80cee80eaf699f5..4d99c7d3e65f82fbbeb0a59c3071828d838f44bd 100644
--- a/third_party/WebKit/Source/core/html/HTMLMapElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h
@@ -39,7 +39,7 @@ public:
const AtomicString& getName() const { return m_name; }
- HTMLAreaElement* areaForPoint(LayoutPoint, const LayoutSize& containerSize);
+ HTMLAreaElement* areaForPoint(LayoutPoint);
HTMLImageElement* imageElement();
HTMLCollection* areas();

Powered by Google App Engine
This is Rietveld 408576698