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

Unified Diff: Source/web/tests/WebFrameTest.cpp

Issue 625073002: Merge RenderWidget into single subclass, RenderPart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix unit test failures Created 6 years, 2 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: Source/web/tests/WebFrameTest.cpp
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
index 9d4971d0a10b89d8c4bf6670c6f089e4d937bba3..6963403c0399e9e6dd8f0d0c16a6b4d6dc9586a5 100644
--- a/Source/web/tests/WebFrameTest.cpp
+++ b/Source/web/tests/WebFrameTest.cpp
@@ -6057,7 +6057,7 @@ TEST_F(WebFrameTest, DISABLED_FrameViewScrollAccountsForTopControls)
webView->applyViewportDeltas(WebSize(0, 0), 1.0f, -30.0f);
EXPECT_EQ_POINT(IntPoint(50, 55), frameView->maximumScrollPosition());
- // Simulate a RenderWidget::resize. The frame is resized to accomodate
+ // Simulate a RenderPart::resize. The frame is resized to accomodate
// the top controls and Blink's view of the top controls matches that of
// the CC
webView->setTopControlsLayoutHeight(10.0f);
« Source/core/rendering/RenderPart.cpp ('K') | « Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698