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

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

Issue 2049933003: Add effect node support in PaintArtifactCompositor for layer list mode [2/4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pac_layer_list_step_1
Patch Set: rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6a83073612968cdbd45ad42e97e696824aec9e53..1c2f526a1ed931ddcca5ba4dc78cb908543ad193 100644
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
@@ -40,7 +40,6 @@ public:
~PaintArtifactCompositor();
// Updates the layer tree to match the provided paint artifact.
- // Creates the root layer if not already done.
void update(const PaintArtifact&);
// The root layer of the tree managed by this object.
@@ -53,6 +52,8 @@ public:
private:
class ContentLayerClientImpl;
+ void updateInLayerListMode(const PaintArtifact&);
+
// Builds a leaf layer that represents a single paint chunk.
// Note: cc::Layer API assumes the layer bounds to start at (0, 0) but the bounding box of
// a paint chunk does not necessarily start at (0, 0) and could even be negative. Internally
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698