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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimTest.h

Issue 2713773003: Add test for paint underinvalidation fix with animated transform overflow. (Closed)
Patch Set: Created 3 years, 10 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/web/tests/sim/SimTest.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimTest.h b/third_party/WebKit/Source/web/tests/sim/SimTest.h
index d3a84a71caccb1154edd6b2e7e1d5f23ae844bd3..acd15390557304575ac8f3988a961dfbf098047b 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimTest.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimTest.h
@@ -14,14 +14,16 @@
namespace blink {
-class WebViewImpl;
-class WebLocalFrameImpl;
class Document;
class LocalDOMWindow;
+class WebLocalFrameImpl;
+class WebSettings;
+class WebViewImpl;
class SimTest : public ::testing::Test {
protected:
SimTest();
+ SimTest(void (*updateSettingsFunc)(WebSettings*));
~SimTest() override;
void loadURL(const String& url);

Powered by Google App Engine
This is Rietveld 408576698