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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h

Issue 2042403005: Add effect node support in PaintArtifactCompositor for layer list mode [1/4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: 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;

Powered by Google App Engine
This is Rietveld 408576698