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

Unified Diff: Source/core/paint/DeprecatedPaintLayerReflectionInfo.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
Index: Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
diff --git a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
index 3aa7c2a6f3fa050205fba687278048d37c170775..7c7c41dac9ebd6991285d3102da2b7ba51dd1d57 100644
--- a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
+++ b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
@@ -65,7 +65,7 @@ public:
bool isPaintingInsideReflection() const { return m_isPaintingInsideReflection; }
- void updateAfterStyleChange(const LayoutStyle* oldStyle);
+ void updateAfterStyleChange(const ComputedStyle* oldStyle);
void paint(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags);
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerPainter.cpp ('k') | Source/core/paint/DeprecatedPaintLayerReflectionInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698