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

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

Issue 2307143002: Remove non-layer-list codepath from PaintArtifactCompositor (Closed)
Patch Set: Formatting cleanup Created 4 years, 3 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 e7ecebcf9c0744e134e56899a6969f47e760b7b2..c74fa8699455621ffcd5e6db11ca38e78c3f8040 100644
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
@@ -62,8 +62,6 @@ 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

Powered by Google App Engine
This is Rietveld 408576698