Home | History | Annotate | Download | only in editing

Lines Matching refs:oldBehavior

3127                 PaintBehavior oldBehavior = m_frame->view()->paintBehavior();
3128 m_frame->view()->setPaintBehavior(oldBehavior | PaintBehaviorFlattenCompositingLayers);
3130 m_frame->view()->setPaintBehavior(oldBehavior);