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

Unified Diff: Source/WebCore/loader/EmptyClients.h

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/inspector/InspectorOverlay.cpp ('k') | Source/WebCore/page/Chrome.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/loader/EmptyClients.h
diff --git a/Source/WebCore/loader/EmptyClients.h b/Source/WebCore/loader/EmptyClients.h
index 3b48a91e8098915cb440b4e4986d6f264f425b8d..5b2ed7a72e847e67fe39c2dd539b4b2d45f89b29 100644
--- a/Source/WebCore/loader/EmptyClients.h
+++ b/Source/WebCore/loader/EmptyClients.h
@@ -137,9 +137,6 @@ public:
virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE { }
virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE { }
virtual void scroll(const IntSize&, const IntRect&, const IntRect&) { }
-#if USE(TILED_BACKING_STORE)
- virtual void delegatedScrollRequested(const IntPoint&) { }
-#endif
virtual void scheduleAnimation() { }
virtual IntPoint screenToRootView(const IntPoint& p) const OVERRIDE { return p; }
« no previous file with comments | « Source/WebCore/inspector/InspectorOverlay.cpp ('k') | Source/WebCore/page/Chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698