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

Unified Diff: Source/core/html/shadow/SliderThumbElement.h

Issue 403523003: Move Shadow DOM renderers into rendering/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments Created 6 years, 5 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/core.gypi ('k') | Source/core/html/shadow/SliderThumbElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/SliderThumbElement.h
diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h
index efb41d65fa08796493c93c09d0a5ca5f59b592e9..bae0e7db94c43801360da08dd6e078e9bbbf2049 100644
--- a/Source/core/html/shadow/SliderThumbElement.h
+++ b/Source/core/html/shadow/SliderThumbElement.h
@@ -81,19 +81,6 @@ inline PassRefPtrWillBeRawPtr<Element> SliderThumbElement::cloneElementWithoutAt
// FIXME: There are no ways to check if a node is a SliderThumbElement.
DEFINE_ELEMENT_TYPE_CASTS(SliderThumbElement, isHTMLElement());
-// --------------------------------
-
-class RenderSliderThumb FINAL : public RenderBlockFlow {
-public:
- RenderSliderThumb(SliderThumbElement*);
- void updateAppearance(RenderStyle* parentStyle);
-
-private:
- virtual bool isSliderThumb() const OVERRIDE;
-};
-
-// --------------------------------
-
class SliderContainerElement FINAL : public HTMLDivElement {
public:
DECLARE_NODE_FACTORY(SliderContainerElement);
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/shadow/SliderThumbElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698