X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLAreaElement.h;h=37707708c618e9572bfa5013d81685821c93b8ac;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=237ce3b78b7c6775d0ffaf93981284c1f6f267f5;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLAreaElement.h b/src/third_party/WebKit/Source/core/html/HTMLAreaElement.h index 237ce3b..3770770 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLAreaElement.h +++ b/src/third_party/WebKit/Source/core/html/HTMLAreaElement.h @@ -32,7 +32,7 @@ class HitTestResult; class HTMLImageElement; class Path; -class HTMLAreaElement FINAL : public HTMLAnchorElement { +class HTMLAreaElement final : public HTMLAnchorElement { DEFINE_WRAPPERTYPEINFO(); public: DECLARE_NODE_FACTORY(HTMLAreaElement); @@ -50,12 +50,12 @@ public: private: explicit HTMLAreaElement(Document&); - virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; - virtual bool isKeyboardFocusable() const OVERRIDE; - virtual bool isMouseFocusable() const OVERRIDE; - virtual bool rendererIsFocusable() const OVERRIDE; - virtual void updateFocusAppearance(bool /*restorePreviousSelection*/) OVERRIDE; - virtual void setFocus(bool) OVERRIDE; + virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; + virtual bool isKeyboardFocusable() const override; + virtual bool isMouseFocusable() const override; + virtual bool rendererIsFocusable() const override; + virtual void updateFocusAppearance(bool /*restorePreviousSelection*/) override; + virtual void setFocus(bool) override; enum Shape { Default, Poly, Rect, Circle, Unknown }; Path getRegion(const LayoutSize&) const;