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

Unified Diff: Source/WebCore/page/Chrome.cpp

Issue 13818029: Remove TiledBacking / TileCache code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 8 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 | « Source/WebCore/page/Chrome.h ('k') | Source/WebCore/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Chrome.cpp
diff --git a/Source/WebCore/page/Chrome.cpp b/Source/WebCore/page/Chrome.cpp
index 5039d2cd5d251f574272327a8c99abc7ffca1b9c..1e679c169e466f3e71b085f6323b8551cd634f52 100644
--- a/Source/WebCore/page/Chrome.cpp
+++ b/Source/WebCore/page/Chrome.cpp
@@ -100,13 +100,6 @@ void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, con
InspectorInstrumentation::didScroll(m_page);
}
-#if USE(TILED_BACKING_STORE)
-void Chrome::delegatedScrollRequested(const IntPoint& scrollPoint)
-{
- m_client->delegatedScrollRequested(scrollPoint);
-}
-#endif
-
IntPoint Chrome::screenToRootView(const IntPoint& point) const
{
return m_client->screenToRootView(point);
« no previous file with comments | « Source/WebCore/page/Chrome.h ('k') | Source/WebCore/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698