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

Unified Diff: Source/core/layout/FilterEffectRenderer.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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 | « Source/core/inspector/InspectorHighlight.cpp ('k') | Source/core/layout/LayoutBR.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/FilterEffectRenderer.cpp
diff --git a/Source/core/layout/FilterEffectRenderer.cpp b/Source/core/layout/FilterEffectRenderer.cpp
index 277bd7ab3ca411f98dbb62a8d9375ef0f4330834..13a07955ff18c7cf69ec2814d60b13e516d1fd79 100644
--- a/Source/core/layout/FilterEffectRenderer.cpp
+++ b/Source/core/layout/FilterEffectRenderer.cpp
@@ -81,7 +81,7 @@ DEFINE_TRACE(FilterEffectRenderer)
bool FilterEffectRenderer::build(LayoutObject* renderer, const FilterOperations& operations)
{
- const LayoutStyle* style = renderer->style();
+ const ComputedStyle* style = renderer->style();
float zoom = style ? style->effectiveZoom() : 1.0f;
// Create a parent filter for shorthand filters. These have already been scaled by the CSS code for page zoom, so scale is 1.0 here.
« no previous file with comments | « Source/core/inspector/InspectorHighlight.cpp ('k') | Source/core/layout/LayoutBR.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698