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

Unified Diff: Source/WebKit/chromium/tests/GraphicsLayerTest.cpp

Issue 18083034: Don't set scroll client for main frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address jamesr review Created 7 years, 5 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
« no previous file with comments | « no previous file | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
diff --git a/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp b/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
index 1dd113a8fb4eb67147167d76303791b7be674f90..05f6b6b33ea500d2a7c40d509c9c02c339845568 100644
--- a/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
+++ b/Source/WebKit/chromium/tests/GraphicsLayerTest.cpp
@@ -140,7 +140,7 @@ private:
TEST_F(GraphicsLayerTest, applyScrollToScrollableArea)
{
FakeScrollableArea scrollableArea;
- m_graphicsLayer->setScrollableArea(&scrollableArea);
+ m_graphicsLayer->setScrollableArea(&scrollableArea, false);
WebPoint scrollPosition(7, 9);
m_platformLayer->setScrollPosition(scrollPosition);
« no previous file with comments | « no previous file | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698