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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.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/PaintLayerScrollableAreaTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp
index 214d2bb0d620be6fe66e369c4ea27d7975af1657..4b393489fdef498eba1acc122bdfb02aa4ea55ed 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp
@@ -17,7 +17,7 @@ namespace blink {
class PaintLayerScrollableAreaTest : public RenderingTest {
public:
PaintLayerScrollableAreaTest()
- : RenderingTest(SingleChildFrameLoaderClient::create()) {}
+ : RenderingTest(EmptyFrameLoaderClient::create()) {}
bool canPaintBackgroundOntoScrollingContentsLayer(const char* elementId) {
PaintLayer* paintLayer =

Powered by Google App Engine
This is Rietveld 408576698