Home | History | Annotate | Download | only in compositing

Lines Matching defs:GraphicsLayerUpdater

28 #include "core/rendering/compositing/GraphicsLayerUpdater.h"
41 class GraphicsLayerUpdater::UpdateContext {
76 GraphicsLayerUpdater::GraphicsLayerUpdater()
81 GraphicsLayerUpdater::~GraphicsLayerUpdater()
85 void GraphicsLayerUpdater::update(RenderLayer& layer, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
87 TRACE_EVENT0("blink", "GraphicsLayerUpdater::update");
92 void GraphicsLayerUpdater::updateRecursive(RenderLayer& layer, UpdateType updateType, const UpdateContext& context, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
127 void GraphicsLayerUpdater::assertNeedsToUpdateGraphicsLayerBitsCleared(RenderLayer& layer)