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

Unified Diff: third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp

Issue 2730633004: [CSS Typed OM] Rearrange StylePropertyMap classes to match the new spec. (Closed)
Patch Set: Remove spurious : Created 3 years, 9 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 | « third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
diff --git a/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp b/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
index a3b94932cb430e8a849801b02a4609064d15cdf1..4dd5635ff4dc7809eda0257b9ed6dfb39536e754 100644
--- a/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
+++ b/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
@@ -95,7 +95,7 @@ PassRefPtr<Image> CSSPaintDefinition::paint(
m_hasAlpha ? NonOpaque : Opaque))),
m_hasAlpha, zoom);
PaintSize* paintSize = PaintSize::create(specifiedSize);
- StylePropertyMap* styleMap = FilteredComputedStylePropertyMap::create(
+ StylePropertyMapReadonly* styleMap = FilteredComputedStylePropertyMap::create(
CSSComputedStyleDeclaration::create(layoutObject.node()),
m_nativeInvalidationProperties, m_customInvalidationProperties,
layoutObject.node());
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/WindowGetComputedStyle.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698