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

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

Issue 951453003: Rename rendering/RenderScrollbar* to layout/LayoutScrollbar* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « Source/core/css/PseudoStyleRequest.h ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/SelectorChecker.h
diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h
index e8d4ca8c768c4efa74029992a788bb6291418e52..fde1c189e7f2319b31f63a745b9a422f089a1b78 100644
--- a/Source/core/css/SelectorChecker.h
+++ b/Source/core/css/SelectorChecker.h
@@ -37,7 +37,7 @@ namespace blink {
class CSSSelector;
class ContainerNode;
class Element;
-class RenderScrollbar;
+class LayoutScrollbar;
class LayoutStyle;
class SelectorChecker {
@@ -78,7 +78,7 @@ public:
VisitedMatchType visitedMatchType;
PseudoId pseudoId;
LayoutStyle* elementStyle;
- RawPtrWillBeMember<RenderScrollbar> scrollbar;
+ RawPtrWillBeMember<LayoutScrollbar> scrollbar;
ScrollbarPart scrollbarPart;
unsigned isSubSelector : 1;
unsigned hasScrollbarPseudo : 1;
« no previous file with comments | « Source/core/css/PseudoStyleRequest.h ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698