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

Unified Diff: Source/core/layout/LayoutScrollbar.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/layout/LayoutRubyText.cpp ('k') | Source/core/layout/LayoutScrollbar.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutScrollbar.h
diff --git a/Source/core/layout/LayoutScrollbar.h b/Source/core/layout/LayoutScrollbar.h
index 02baffd824f3aceb54b75d8e60174efcfa38bf93..2a1d96a74a04d901132cc7d140c9c32e33c33d9f 100644
--- a/Source/core/layout/LayoutScrollbar.h
+++ b/Source/core/layout/LayoutScrollbar.h
@@ -26,7 +26,7 @@
#ifndef LayoutScrollbar_h
#define LayoutScrollbar_h
-#include "core/layout/style/LayoutStyleConstants.h"
+#include "core/layout/style/ComputedStyleConstants.h"
#include "platform/heap/Handle.h"
#include "platform/scroll/Scrollbar.h"
#include "wtf/HashMap.h"
@@ -37,7 +37,7 @@ class LocalFrame;
class Node;
class LayoutBox;
class LayoutScrollbarPart;
-class LayoutStyle;
+class ComputedStyle;
class LayoutScrollbar final : public Scrollbar {
public:
@@ -76,7 +76,7 @@ private:
void updateScrollbarParts(bool destroy = false);
- PassRefPtr<LayoutStyle> getScrollbarPseudoStyle(ScrollbarPart, PseudoId);
+ PassRefPtr<ComputedStyle> getScrollbarPseudoStyle(ScrollbarPart, PseudoId);
void updateScrollbarPart(ScrollbarPart, bool destroy = false);
// This Scrollbar(Widget) may outlive the DOM which created it (during tear down),
« no previous file with comments | « Source/core/layout/LayoutRubyText.cpp ('k') | Source/core/layout/LayoutScrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698