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

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutItem.h

Issue 2036213002: [Layout API] Introduce Layout API shim and use in LayerClipRecorderTest.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/layout/api/LayoutItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
index bfa3faec873c3b61076ec29e4eb547e5b5c9b97f..2ae420e8fddb37371a6e1b1e3ee3d7850f4c6f9a 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
@@ -13,6 +13,7 @@
namespace blink {
class FrameView;
+class LayoutAPIShim;
class Node;
class LayoutItem {
@@ -257,6 +258,8 @@ protected:
private:
LayoutObject* m_layoutObject;
+
+ friend class LayoutAPIShim;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698