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

Unified Diff: third_party/WebKit/Source/web/tests/AnimationSimTest.cpp

Issue 2900593002: Move many more classes to use WebLocalFrameBase over WebLocalFrameImpl. (Closed)
Patch Set: Rebase Created 3 years, 7 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/AnimationSimTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp b/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
index 085c37956dee34c9dacfc56c362b2e221f8285a9..c38935a69037e46c7d0329322e8e0a432a08bae5 100644
--- a/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
+++ b/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
@@ -5,10 +5,10 @@
#include "core/animation/ElementAnimation.h"
#include "core/css/PropertyDescriptor.h"
#include "core/css/PropertyRegistration.h"
+#include "core/frame/WebLocalFrameBase.h"
#include "core/page/Page.h"
#include "platform/wtf/CurrentTime.h"
#include "public/web/WebScriptSource.h"
-#include "web/WebLocalFrameImpl.h"
#include "web/tests/sim/SimCompositor.h"
#include "web/tests/sim/SimDisplayItemList.h"
#include "web/tests/sim/SimRequest.h"

Powered by Google App Engine
This is Rietveld 408576698