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

Unified Diff: Source/WebCore/page/FrameView.h

Issue 13665002: Fold ScrollingCoordinatorChromium into ScrollingCoordinator and devirtualize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 9 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/WebCore/page/FrameView.h
diff --git a/Source/WebCore/page/FrameView.h b/Source/WebCore/page/FrameView.h
index bba3bae4438bac73ec23a6ff956c7604101f90a4..07bbb828abc142c99aff204e17b91d4dca01235e 100644
--- a/Source/WebCore/page/FrameView.h
+++ b/Source/WebCore/page/FrameView.h
@@ -132,10 +132,6 @@ public:
void setNeedsOneShotDrawingSynchronization();
virtual TiledBacking* tiledBacking() OVERRIDE;
-
- // In the future when any ScrollableArea can have a node in th ScrollingTree, this should
- // become a virtual function on ScrollableArea.
- uint64_t scrollLayerID() const;
#endif
bool hasCompositedContent() const;

Powered by Google App Engine
This is Rietveld 408576698