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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp

Issue 2504573002: Don't call isURLAllowed() from layout. (Closed)
Patch Set: Fix bad formatting that caused clang-format-diff to get confused. Created 4 years, 1 month 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/PaintLayerClipperTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
index 458d39df09ba361f836fda271898fe9946fabe23..f8f5b6e3176bff24244369cacd9bb208c743d212 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
@@ -13,8 +13,7 @@ namespace blink {
class PaintLayerClipperTest : public RenderingTest {
public:
- PaintLayerClipperTest()
- : RenderingTest(SingleChildFrameLoaderClient::create()) {}
+ PaintLayerClipperTest() : RenderingTest(EmptyFrameLoaderClient::create()) {}
};
TEST_F(PaintLayerClipperTest, LayoutSVGRoot) {

Powered by Google App Engine
This is Rietveld 408576698