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

Unified Diff: Source/core/paint/DeprecatedPaintLayerScrollableArea.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/DeprecatedPaintLayerScrollableArea.h
diff --git a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
index 57bb0a52299181933e3471e41d505bedf113e8b5..c5516bf8f56d711c06e752abd1ec4186a1343aea 100644
--- a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
+++ b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
@@ -141,7 +141,7 @@ public:
}
void updateAfterLayout();
- void updateAfterStyleChange(const LayoutStyle*);
+ void updateAfterStyleChange(const ComputedStyle*);
void updateAfterOverflowRecalc();
virtual bool updateAfterCompositingChange() override;
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerReflectionInfo.cpp ('k') | Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698