Lines Matching full:invalidate
371 Invalidate rect doesn't work for windowless plugins on Chromium
374 Invalidate rect for windowless plugins wasn't working if the web page was composited.
376 The problem was that the invalidate call was causing simply dirtying the LayerChromium layers. Since the plugin was windowless this didn't cause the plugin to be repainted.
378 Fix was to copy the invalidate code from WebCore/plugins/PluginView.cpp/PluginView::invalidateWindowlessPluginRect() which does the correct thing.
22098 Remove invalidateContents, it isn't used and it never makes sense to only invalidate the contents.
28723 (WebKit::WebPluginContainerImpl::invalidate):