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

Unified Diff: third_party/WebKit/Source/core/layout/BUILD.gn

Issue 2553103004: Refactor IntersectionGeometry class and move it to core/layout. (Closed)
Patch Set: Simplify isContainingBlockChainDescendant Created 4 years 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/layout/BUILD.gn b/third_party/WebKit/Source/core/layout/BUILD.gn
index 8dac83d21147a973b825cafab153d146f2209e3f..d7add2b96df3f653e88b001d0d11c5357487790a 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -39,6 +39,8 @@ blink_core_sources("layout") {
"HitTestingTransformState.h",
"ImageQualityController.cpp",
"ImageQualityController.h",
+ "IntersectionGeometry.cpp",
+ "IntersectionGeometry.h",
"LayoutAnalyzer.cpp",
"LayoutAnalyzer.h",
"LayoutBR.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | third_party/WebKit/Source/core/layout/IntersectionGeometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698