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

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

Issue 572623002: Remove unused argument in computeRenderStyle. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSComputedStyleDeclaration.h
diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
index 8fbc30de8c915ab72d9f73f292f96dc0fb3fbc5c..46f1b6f41bb8bab6844cc0db98da05abb9593d07 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.h
+++ b/Source/core/css/CSSComputedStyleDeclaration.h
@@ -87,7 +87,7 @@ private:
virtual CSSRule* parentRule() const OVERRIDE;
virtual unsigned length() const OVERRIDE;
virtual String item(unsigned index) const OVERRIDE;
- PassRefPtr<RenderStyle> computeRenderStyle(CSSPropertyID) const;
+ PassRefPtr<RenderStyle> computeRenderStyle() const;
virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE;
virtual String getPropertyValue(const String& propertyName) OVERRIDE;
virtual String getPropertyPriority(const String& propertyName) OVERRIDE;
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698