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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.h

Issue 2735283002: Combine ComputedStyle default ctor with initial style ctor. (Closed)
Patch Set: Created 3 years, 9 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/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 2d7f8a0870f8c69cf0cb0d9ae45af76830263322..3be7d32e4ea902ab26553b39cc3b9e0ab8a31770 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -305,9 +305,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
}
private:
- // TODO(sashab): Move these to the bottom of ComputedStyle.
sashab 2017/03/09 23:48:22 Leave this TODO here - this is referring to the fa
shend 2017/03/14 06:05:21 Done.
- ALWAYS_INLINE ComputedStyle();
-
enum InitialStyleTag { InitialStyle };
ALWAYS_INLINE explicit ComputedStyle(InitialStyleTag);
ALWAYS_INLINE ComputedStyle(const ComputedStyle&);

Powered by Google App Engine
This is Rietveld 408576698