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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
index 37bf7e4034697eb37bf8e706420fb3a765a5e852..1453084882f47dfcfc4f049560240cdaf969dd35 100644
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
@@ -55,8 +55,7 @@ class CORE_EXPORT HTMLImageElement final
class ViewportChangeListener;
static HTMLImageElement* create(Document&);
- static HTMLImageElement* create(Document&,
- bool createdByParser);
+ static HTMLImageElement* create(Document&, bool createdByParser);
static HTMLImageElement* createForJSConstructor(Document&);
static HTMLImageElement* createForJSConstructor(Document&, unsigned width);
static HTMLImageElement* createForJSConstructor(Document&,
@@ -169,8 +168,7 @@ class CORE_EXPORT HTMLImageElement final
Collapsed
};
- explicit HTMLImageElement(Document&,
- bool createdByParser = false);
+ explicit HTMLImageElement(Document&, bool createdByParser = false);
void didMoveToNewDocument(Document& oldDocument) override;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFormElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLImageElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698