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

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

Issue 327633004: Apply DEFINE/DECLARE_NODE_FACTORY(T) macro to element factories with single Document& argument. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/html/shadow/ProgressShadowElement.cpp ('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 5a2d3fd545a723e7f168a3b32e25c0a7da9c51e6..bd658e4b86703f5c74fe535658d10c0d8424c304 100644
--- a/Source/core/html/shadow/SliderThumbElement.h
+++ b/Source/core/html/shadow/SliderThumbElement.h
@@ -96,10 +96,10 @@ private:
class SliderContainerElement FINAL : public HTMLDivElement {
public:
- static PassRefPtrWillBeRawPtr<SliderContainerElement> create(Document&);
+ DECLARE_NODE_FACTORY(SliderContainerElement);
private:
- SliderContainerElement(Document&);
+ explicit SliderContainerElement(Document&);
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
virtual const AtomicString& shadowPseudoId() const OVERRIDE;
};
« no previous file with comments | « Source/core/html/shadow/ProgressShadowElement.cpp ('k') | Source/core/html/shadow/SliderThumbElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698