Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / RadioInputType.h
index 7ee41ca..594506e 100644 (file)
@@ -51,8 +51,7 @@ private:
     virtual bool shouldSendChangeEventAfterCheckedChanged() OVERRIDE;
     virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() OVERRIDE;
     virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE;
-    virtual bool isRadioButton() const OVERRIDE;
-    virtual bool supportsIndeterminateAppearance() const OVERRIDE;
+    virtual bool shouldAppearIndeterminate() const OVERRIDE;
 };
 
 } // namespace blink