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

Unified Diff: Source/core/html/forms/HiddenInputType.h

Issue 934163004: Modernize coding style in core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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
« no previous file with comments | « Source/core/html/forms/FormController.cpp ('k') | Source/core/html/forms/ImageInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/HiddenInputType.h
diff --git a/Source/core/html/forms/HiddenInputType.h b/Source/core/html/forms/HiddenInputType.h
index 310f8002b2bf97a029e6f010898b668993f8696b..8ee7a5af1ceee5bd7812bfb82a09d5db2e6c08fb 100644
--- a/Source/core/html/forms/HiddenInputType.h
+++ b/Source/core/html/forms/HiddenInputType.h
@@ -41,18 +41,18 @@ public:
private:
HiddenInputType(HTMLInputElement& element) : InputType(element) { }
- virtual const AtomicString& formControlType() const override;
- virtual FormControlState saveFormControlState() const override;
- virtual void restoreFormControlState(const FormControlState&) override;
- virtual bool supportsValidation() const override;
- virtual LayoutObject* createRenderer(const LayoutStyle&) const override;
- virtual void accessKeyAction(bool sendMouseEvents) override;
- virtual bool rendererIsNeeded() override;
- virtual bool storesValueSeparateFromAttribute() override;
- virtual bool isInteractiveContent() const override { return false; }
- virtual bool shouldRespectHeightAndWidthAttributes() override;
- virtual void setValue(const String&, bool, TextFieldEventBehavior) override;
- virtual bool appendFormData(FormDataList&, bool) const override;
+ const AtomicString& formControlType() const override;
+ FormControlState saveFormControlState() const override;
+ void restoreFormControlState(const FormControlState&) override;
+ bool supportsValidation() const override;
+ LayoutObject* createRenderer(const LayoutStyle&) const override;
+ void accessKeyAction(bool sendMouseEvents) override;
+ bool rendererIsNeeded() override;
+ bool storesValueSeparateFromAttribute() override;
+ bool isInteractiveContent() const override { return false; }
+ bool shouldRespectHeightAndWidthAttributes() override;
+ void setValue(const String&, bool, TextFieldEventBehavior) override;
+ bool appendFormData(FormDataList&, bool) const override;
};
} // namespace blink
« no previous file with comments | « Source/core/html/forms/FormController.cpp ('k') | Source/core/html/forms/ImageInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698