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

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

Issue 1363613002: Save previous paint offset in LayoutObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No union (many compilers don't allow constructors); Fix a typo perhaps caused by switching to combiā€¦ 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
Index: third_party/WebKit/Source/core/paint/LineBoxListPainter.h
diff --git a/third_party/WebKit/Source/core/paint/LineBoxListPainter.h b/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
index e6f9397fd0d621fc68e6e88d78c548dd992ad3e3..0acbc03863d810ae21c21d84628e12d0ee855e6a 100644
--- a/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
+++ b/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
@@ -22,6 +22,8 @@ public:
void paint(LayoutBoxModelObject*, const PaintInfo&, const LayoutPoint&) const;
+ void invalidateLineBoxPaintOffsets(const PaintInfo&) const;
+
private:
LineBoxList& m_lineBoxList;
};

Powered by Google App Engine
This is Rietveld 408576698