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

Unified Diff: Source/core/paint/DeprecatedPaintLayer.h

Issue 1315303007: Let DeprecatedPaintLayer be client of subsequence display items (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/core/paint/DeprecatedPaintLayerPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/DeprecatedPaintLayer.h
diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h
index 07155d41d34941c5cb88ad850524513c4390f61a..839d878686414d62f287687dcf94c86771d23f8a 100644
--- a/Source/core/paint/DeprecatedPaintLayer.h
+++ b/Source/core/paint/DeprecatedPaintLayer.h
@@ -551,6 +551,9 @@ public:
void setNeedsRepaint();
void clearNeedsRepaint() { m_needsRepaint = false; }
+ // For subsequence display items.
+ DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
+
private:
// Bounding box in the coordinates of this layer.
LayoutRect logicalBoundingBox() const;
« no previous file with comments | « no previous file | Source/core/paint/DeprecatedPaintLayerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698