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

Unified Diff: Source/core/paint/InlineFlowBoxPainter.h

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/paint/ImagePainter.cpp ('k') | Source/core/paint/InlineFlowBoxPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/InlineFlowBoxPainter.h
diff --git a/Source/core/paint/InlineFlowBoxPainter.h b/Source/core/paint/InlineFlowBoxPainter.h
index a875426778179fe4150ae774c94ab8cd7e6bc1e5..f0184ed6aa6473eb327e8cbeaeb573ddf8f10d1e 100644
--- a/Source/core/paint/InlineFlowBoxPainter.h
+++ b/Source/core/paint/InlineFlowBoxPainter.h
@@ -19,7 +19,7 @@ class LayoutRect;
class LayoutSize;
class LayoutUnit;
struct PaintInfo;
-class LayoutStyle;
+class ComputedStyle;
class InlineFlowBoxPainter {
public:
@@ -31,7 +31,7 @@ private:
void paintMask(const PaintInfo&, const LayoutPoint&);
void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode = SkXfermode::kSrcOver_Mode);
void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, SkXfermode::Mode);
- void paintBoxShadow(const PaintInfo&, const LayoutStyle&, ShadowStyle, const LayoutRect&);
+ void paintBoxShadow(const PaintInfo&, const ComputedStyle&, ShadowStyle, const LayoutRect&);
LayoutRect roundedFrameRectClampedToLineTopAndBottomIfNeeded() const;
LayoutRect paintRectForImageStrip(const LayoutPoint&, const LayoutSize&, TextDirection) const;
« no previous file with comments | « Source/core/paint/ImagePainter.cpp ('k') | Source/core/paint/InlineFlowBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698