Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
| index b98d23084242863ce67be6e05e3019d2d775c769..0d6ed8ecca84677adb32ff987b7e5ef3e3fbe788 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h |
| @@ -17,6 +17,7 @@ class Layer; |
| namespace gfx { |
| class Transform; |
| +class Vector2dF; |
| } |
| namespace blink { |
| @@ -53,7 +54,7 @@ private: |
| class ContentLayerClientImpl; |
| // Builds a leaf layer that represents a single paint chunk. |
| - scoped_refptr<cc::Layer> layerForPaintChunk(const PaintArtifact&, const PaintChunk&, gfx::Transform); |
| + scoped_refptr<cc::Layer> layerForPaintChunk(const PaintArtifact&, const PaintChunk&, gfx::Vector2dF& layerOffset); |
|
chrishtr
2016/06/09 02:20:05
Please document the last parameter a little.
|
| scoped_refptr<cc::Layer> m_rootLayer; |
| OwnPtr<WebLayer> m_webLayer; |