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

Unified Diff: Source/core/css/PseudoStyleRequest.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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
« no previous file with comments | « Source/core/css/PageRuleCollector.cpp ('k') | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/PseudoStyleRequest.h
diff --git a/Source/core/css/PseudoStyleRequest.h b/Source/core/css/PseudoStyleRequest.h
index c31e716026b59eacf327803f638eb7f756e52e2a..20008c3f0bb31c33e243c5c9bacf711518ffd29a 100644
--- a/Source/core/css/PseudoStyleRequest.h
+++ b/Source/core/css/PseudoStyleRequest.h
@@ -22,13 +22,13 @@
#ifndef PseudoStyleRequest_h
#define PseudoStyleRequest_h
-#include "core/layout/style/LayoutStyleConstants.h"
+#include "core/layout/style/ComputedStyleConstants.h"
#include "platform/scroll/ScrollTypes.h"
namespace blink {
class LayoutScrollbar;
-class LayoutStyle;
+class ComputedStyle;
class PseudoStyleRequest {
public:
@@ -52,7 +52,7 @@ public:
}
// The spec disallows inheritance for ::backdrop.
- bool allowsInheritance(const LayoutStyle* parentStyle) const
+ bool allowsInheritance(const ComputedStyle* parentStyle) const
{
return parentStyle && pseudoId != BACKDROP;
}
« no previous file with comments | « Source/core/css/PageRuleCollector.cpp ('k') | Source/core/css/SelectorChecker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698