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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.cpp

Issue 2238883006: SPv2: Use GeometryMapper to implement PaintLayerClipper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 2 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/testing/Internals.cpp
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
index 379675323aa0017be4140bbe2540ee4606c03a89..675eccd486d8d485f74d8ef1f940331e28488f94 100644
--- a/third_party/WebKit/Source/core/testing/Internals.cpp
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp
@@ -730,6 +730,8 @@ Node* Internals::previousInFlatTree(Node* node,
String Internals::elementLayoutTreeAsText(Element* element,
ExceptionState& exceptionState) {
ASSERT(element);
+ element->document().view()->updateAllLifecyclePhases();
+
String representation = externalRepresentation(element);
if (representation.isEmpty()) {
exceptionState.throwDOMException(

Powered by Google App Engine
This is Rietveld 408576698