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

Unified Diff: Source/core/layout/api/LineLayoutItem.h

Issue 1310473003: [Line Layout API] Add shim for Paint objects to access underlying LayoutObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 5 years, 4 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: Source/core/layout/api/LineLayoutItem.h
diff --git a/Source/core/layout/api/LineLayoutItem.h b/Source/core/layout/api/LineLayoutItem.h
index 68771eecb0ee19641320a26212476cdaba8785ab..bbab3a94c8a5f5df5e4ab11aca5c26e7a67d1909 100644
--- a/Source/core/layout/api/LineLayoutItem.h
+++ b/Source/core/layout/api/LineLayoutItem.h
@@ -19,6 +19,7 @@ class HitTestLocation;
class LayoutObject;
class LineLayoutBox;
class LineLayoutBoxModel;
+class LineLayoutPaintShim;
enum HitTestFilter;
@@ -323,6 +324,8 @@ protected:
private:
LayoutObject* m_layoutObject;
+
+ friend class LineLayoutPaintShim;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698