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

Unified Diff: Source/WebCore/page/FrameView.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/page/Frame.cpp ('k') | Source/WebCore/page/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/FrameView.h
diff --git a/Source/WebCore/page/FrameView.h b/Source/WebCore/page/FrameView.h
index a020315b70e556c6340b3deed124c45beca5a590..e8fecb95668ef374d55fb75940515316e9353262 100644
--- a/Source/WebCore/page/FrameView.h
+++ b/Source/WebCore/page/FrameView.h
@@ -115,14 +115,9 @@ public:
void serviceScriptedAnimations(double monotonicAnimationStartTime);
-#if USE(ACCELERATED_COMPOSITING)
void updateCompositingLayersAfterStyleChange();
void updateCompositingLayersAfterLayout();
- void clearBackingStores();
- void restoreBackingStores();
-#endif
-
bool hasCompositedContent() const;
bool hasCompositingAncestor() const;
void enterCompositingMode();
@@ -404,8 +399,6 @@ private:
virtual void contentsResized() OVERRIDE;
virtual void visibleContentsResized();
- virtual void delegatesScrollingDidChange();
-
// Override ScrollView methods to do point conversion via renderers, in order to
// take transforms into account.
virtual IntRect convertToContainingView(const IntRect&) const OVERRIDE;
« no previous file with comments | « Source/WebCore/page/Frame.cpp ('k') | Source/WebCore/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698