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

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

Issue 2741633002: Remove FrameHost::eventHandlerRegistry() (Closed)
Patch Set: Rebase Created 3 years, 9 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/WebPluginContainerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
index 7bc30d33472ac58178a07ab75cddfefdf1e5b0bb..8548c9cc310e3b4fe99dd6177277aa3e4fe17198 100644
--- a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp
@@ -786,9 +786,8 @@ TEST_F(WebPluginContainerTest, NeedsWheelEvents) {
pluginContainerOneElement.pluginContainer()->setWantsWheelEvents(true);
runPendingTasks();
- EXPECT_TRUE(
- webView->page()->frameHost().eventHandlerRegistry().hasEventHandlers(
- EventHandlerRegistry::WheelEventBlocking));
+ EXPECT_TRUE(webView->page()->eventHandlerRegistry().hasEventHandlers(
+ EventHandlerRegistry::WheelEventBlocking));
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.cpp ('k') | third_party/WebKit/Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698