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

Unified Diff: Source/WebCore/platform/ScrollableArea.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/platform/ScrollView.cpp ('k') | Source/WebCore/platform/graphics/TiledBacking.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/ScrollableArea.h
diff --git a/Source/WebCore/platform/ScrollableArea.h b/Source/WebCore/platform/ScrollableArea.h
index e78c7b0da9df71715d3d1ea00b6921df6710c22b..7c2a132d34ed13ddd2c03a04e623c261e751a48e 100644
--- a/Source/WebCore/platform/ScrollableArea.h
+++ b/Source/WebCore/platform/ScrollableArea.h
@@ -37,7 +37,6 @@ class GraphicsLayer;
class PlatformGestureEvent;
class PlatformWheelEvent;
class ScrollAnimator;
-class TiledBacking;
class ScrollableArea {
public:
@@ -179,7 +178,6 @@ public:
virtual bool scheduleAnimation() { return false; }
void serviceScrollAnimations();
- virtual TiledBacking* tiledBacking() { return 0; }
virtual bool usesCompositedScrolling() const { return false; }
virtual void reportMemoryUsage(MemoryObjectInfo*) const;
« no previous file with comments | « Source/WebCore/platform/ScrollView.cpp ('k') | Source/WebCore/platform/graphics/TiledBacking.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698