Guest User

Untitled

a guest
Oct 20th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. diff --git a/Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp b/Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp
  2. index c296481..e93a28f 100644
  3. --- a/Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp
  4. +++ b/Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp
  5. @@ -554,6 +554,7 @@ void LayerTreeHostQt::purgeBackingStores()
  6.  
  7. UpdateAtlas& LayerTreeHostQt::getAtlas(ShareableBitmap::Flags flags)
  8. {
  9. + m_updateAtlases.clear();
  10. for (int i = 0; i < m_updateAtlases.size(); ++i) {
  11. if (m_updateAtlases[i].flags() == flags)
  12. return m_updateAtlases[i];
Add Comment
Please, Sign In to add comment