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

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

Issue 1391753005: (WIP) Invalidation during painting (for synchronized painting) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 1354c014fc687e14706060ff2f4ab7a35c30d40f..ec7f9fc48d2f622431e83ac99cbd84cc35a32803 100644
--- a/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
+++ b/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
@@ -5,11 +5,11 @@
#ifndef LineBoxListPainter_h
#define LineBoxListPainter_h
-#include "core/style/ComputedStyleConstants.h"
#include "wtf/Allocator.h"
namespace blink {
+class LayoutObject;
class LayoutPoint;
struct PaintInfo;
class LayoutBoxModelObject;
@@ -22,7 +22,7 @@ public:
void paint(const LayoutBoxModelObject&, const PaintInfo&, const LayoutPoint&) const;
- void invalidateLineBoxPaintOffsets(const PaintInfo&) const;
+ void invalidateLineBoxPaintOffsets(const LayoutObject&, const PaintInfo&) const;
private:
const LineBoxList& m_lineBoxList;

Powered by Google App Engine
This is Rietveld 408576698