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

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

Issue 1238943004: CSSValue Immediates: Replace CSSValue usage with const references (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_1
Patch Set: Rebase Created 5 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/css/CSSValueList.cpp ('k') | Source/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/PropertySetCSSStyleDeclaration.h
diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.h b/Source/core/css/PropertySetCSSStyleDeclaration.h
index fbbc83d470359872dd021017e669f56958baa2fc..b6ab0bc8551fca42a7b18a574aa821c63f055c1f 100644
--- a/Source/core/css/PropertySetCSSStyleDeclaration.h
+++ b/Source/core/css/PropertySetCSSStyleDeclaration.h
@@ -62,7 +62,7 @@ private:
virtual String getPropertyValueInternal(CSSPropertyID) override final;
virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override final;
- virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue) const override final;
+ virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue&) const override final;
protected:
enum MutationType { NoChanges, PropertyChanged };
« no previous file with comments | « Source/core/css/CSSValueList.cpp ('k') | Source/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698