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

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

Issue 15914015: Make CSSStyleDeclaration getter/setter custom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 7 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/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp ('k') | Source/core/css/CSSStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSStyleDeclaration.h
diff --git a/Source/core/css/CSSStyleDeclaration.h b/Source/core/css/CSSStyleDeclaration.h
index c80bf0bbc3bb146cff4630d86a0cae9201aadd86..69939cef563df44280b43d41c42a5c522ca950c8 100644
--- a/Source/core/css/CSSStyleDeclaration.h
+++ b/Source/core/css/CSSStyleDeclaration.h
@@ -37,12 +37,6 @@ class StyledElement;
typedef int ExceptionCode;
-class CSSPropertyInfo {
-public:
- CSSPropertyID propID;
- bool hadPixelOrPosPrefix;
-};
-
class CSSStyleDeclaration : public ScriptWrappable {
WTF_MAKE_NONCOPYABLE(CSSStyleDeclaration); WTF_MAKE_FAST_ALLOCATED;
public:
@@ -77,10 +71,6 @@ public:
virtual CSSStyleSheet* parentStyleSheet() const { return 0; }
virtual void reportMemoryUsage(MemoryObjectInfo*) const = 0;
- void anonymousNamedGetter(const AtomicString& name, bool&, String&, bool&, float&);
- bool anonymousNamedSetter(const AtomicString& name, const String& value, ExceptionCode&);
-
- static CSSPropertyInfo* cssPropertyInfo(const String& propertyName);
protected:
CSSStyleDeclaration()
« no previous file with comments | « Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp ('k') | Source/core/css/CSSStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698