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

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

Issue 2450093005: Support display: contents for elements, first-line and first-letter pseudos. (Closed)
Patch Set: Support display: contents for elements, first-line and first-letter pseudos. 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/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index 7b49709b72fed66830752e2af367ccdf69a08306..63b03b0e72c7376796755b27a995dab40d6ba065 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -922,10 +922,6 @@ class CORE_EXPORT Node : public EventTarget {
void setStyleChange(StyleChangeType);
- virtual ComputedStyle* nonLayoutObjectComputedStyle() const {
- return nullptr;
- }
-
virtual const ComputedStyle* virtualEnsureComputedStyle(
PseudoId = PseudoIdNone);

Powered by Google App Engine
This is Rietveld 408576698