diff options
Diffstat (limited to 'cc/tiled_layer.h')
-rw-r--r-- | cc/tiled_layer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h index b060ef6..0712c5f 100644 --- a/cc/tiled_layer.h +++ b/cc/tiled_layer.h @@ -6,7 +6,7 @@ #define TiledLayerChromium_h #include "cc/layer.h" -#include "cc/layer_texture_updater.h" +#include "cc/layer_updater.h" #include "cc/layer_tiling_data.h" namespace cc { @@ -50,8 +50,8 @@ protected: void setBorderTexelOption(LayerTilingData::BorderTexelOption); size_t numPaintedTiles() { return m_tiler->tiles().size(); } - virtual LayerTextureUpdater* textureUpdater() const = 0; - virtual void createTextureUpdaterIfNeeded() = 0; + virtual LayerUpdater* updater() const = 0; + virtual void createUpdaterIfNeeded() = 0; // Set invalidations to be potentially repainted during update(). void invalidateContentRect(const IntRect& contentRect); |