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

Unified Diff: content/browser/web_contents/web_contents_impl_unittest.cc

Issue 1319073003: Organize Layout Hooks (content-side). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix aura and linux test failures. Created 5 years, 4 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: content/browser/web_contents/web_contents_impl_unittest.cc
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
index e051486d952d2c74eff4ee84e60b1efacfde018c..8ac95d72cecdd42dd139c233f58b8f383afa7869 100644
--- a/content/browser/web_contents/web_contents_impl_unittest.cc
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc
@@ -3299,7 +3299,7 @@ TEST_F(WebContentsImplTest, ThemeColorChangeDependingOnFirstVisiblePaint) {
// propagate the current theme color to the delegates.
RenderViewHostTester::TestOnMessageReceived(
test_rvh(),
- FrameHostMsg_DidFirstVisuallyNonEmptyPaint(rfh->GetRoutingID()));
+ ViewHostMsg_DidFirstVisuallyNonEmptyPaint(rfh->GetRoutingID()));
EXPECT_EQ(SK_ColorRED, contents()->GetThemeColor());
EXPECT_EQ(SK_ColorRED, observer.last_theme_color());

Powered by Google App Engine
This is Rietveld 408576698