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/layout/compositing/CompositedDeprecatedPaintLayerMapping.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/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
index dd7708107c10461adb0b59267b54af2b23c84dcb..b3d9ac393f7dac7acceba4ee87763dad5eef16e8 100644
--- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
+++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
@@ -167,7 +167,7 @@ public:
// position.
GraphicsLayer* detachLayerForOverflowControls(const DeprecatedPaintLayer& enclosingLayer);
- void updateFilters(const LayoutStyle&);
+ void updateFilters(const ComputedStyle&);
void setBlendMode(WebBlendMode);
@@ -257,11 +257,11 @@ private:
// Result is transform origin in pixels.
FloatPoint3D computeTransformOrigin(const IntRect& borderBox) const;
- void updateOpacity(const LayoutStyle&);
- void updateTransform(const LayoutStyle&);
- void updateLayerBlendMode(const LayoutStyle&);
+ void updateOpacity(const ComputedStyle&);
+ void updateTransform(const ComputedStyle&);
+ void updateLayerBlendMode(const ComputedStyle&);
void updateIsRootForIsolatedGroup();
- void updateScrollBlocksOn(const LayoutStyle&);
+ void updateScrollBlocksOn(const ComputedStyle&);
// Return the opacity value that this layer should use for compositing.
float compositingOpacity(float rendererOpacity) const;
« no previous file with comments | « Source/core/layout/TextRunConstructor.cpp ('k') | Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698