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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.h

Issue 1456883002: Move paint-related timings out of DocumentTiming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/core/paint/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index 4b47a60f6b8c037eafdd3e9489a0d3542a69666c..ef27b6163931f781f792bf02f81ae52a4265fe3f 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -61,14 +61,15 @@
namespace blink {
+class CompositedLayerMapping;
+class ComputedStyle;
class FilterEffectBuilder;
class FilterOperations;
class HitTestRequest;
class HitTestResult;
class HitTestingTransformState;
class PaintLayerCompositor;
-class CompositedLayerMapping;
-class ComputedStyle;
+class PaintTiming;
class TransformationMatrix;
enum IncludeSelfOrNot { IncludeSelf, ExcludeSelf };
@@ -619,6 +620,8 @@ public:
// For subsequence display items.
DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
+ PaintTiming* paintTiming();
+
private:
// Bounding box in the coordinates of this layer.
LayoutRect logicalBoundingBox() const;

Powered by Google App Engine
This is Rietveld 408576698