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

Unified Diff: third_party/WebKit/Source/core/dom/ElementRareData.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/dom/ElementTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ElementRareData.h
diff --git a/third_party/WebKit/Source/core/dom/ElementRareData.h b/third_party/WebKit/Source/core/dom/ElementRareData.h
index 22763ff2b8887e7a58f2037ee4a7d6a712371f8c..f0865a40146520bdb0b021cdfe0cc31841241591 100644
--- a/third_party/WebKit/Source/core/dom/ElementRareData.h
+++ b/third_party/WebKit/Source/core/dom/ElementRareData.h
@@ -22,6 +22,7 @@
#ifndef ElementRareData_h
#define ElementRareData_h
+#include <memory>
#include "bindings/core/v8/ScriptWrappableVisitor.h"
#include "core/animation/ElementAnimations.h"
#include "core/css/cssom/InlineStylePropertyMap.h"
@@ -39,7 +40,6 @@
#include "core/html/ClassList.h"
#include "platform/heap/Handle.h"
#include "wtf/HashSet.h"
-#include <memory>
namespace blink {
@@ -63,9 +63,7 @@ class ElementRareData : public NodeRareData {
setElementFlag(TabIndexWasSetExplicitly, true);
}
- void clearTabIndexExplicitly() {
- clearElementFlag(TabIndexWasSetExplicitly);
- }
+ void clearTabIndexExplicitly() { clearElementFlag(TabIndexWasSetExplicitly); }
CSSStyleDeclaration& ensureInlineCSSStyleDeclaration(Element* ownerElement);
InlineStylePropertyMap& ensureInlineStylePropertyMap(Element* ownerElement);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/dom/ElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698