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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 584327a25ee338c712d872a1ca177dd7d2359758..46d08a823a5f7d2c46eafcb08ea732983689521b 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -992,6 +992,8 @@ public:
Document& ensureTemplateDocument();
Document* templateDocumentHost() { return m_templateDocumentHost; }
+ const ComputedStyle* virtualEnsureComputedStyle(PseudoId pseudoElementSpecifier = NOPSEUDO) override;
Timothy Loh 2016/02/25 00:23:17 Why was this change needed?
jfernandez 2016/02/25 01:52:37 To ensure every Node accessible from ComputeStyleV
+
// TODO(thestig): Rename these and related functions, since we can call them
// for labels and input fields outside of forms as well.
void didAssociateFormControl(Element*);

Powered by Google App Engine
This is Rietveld 408576698