Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525072
Collapse All | Expand All

(-)webkitgtk-2.4.6.orig/Source/WebKit2/WebProcess/soup/WebProcessSoup.cpp (-1 / +1 lines)
Lines 110-116 Link Here
110
    WebCore::memoryCache()->setDeadDecodedDataDeletionInterval(deadDecodedDataDeletionInterval);
110
    WebCore::memoryCache()->setDeadDecodedDataDeletionInterval(deadDecodedDataDeletionInterval);
111
    WebCore::pageCache()->setCapacity(pageCacheCapacity);
111
    WebCore::pageCache()->setCapacity(pageCacheCapacity);
112
112
113
#if PLATFORM(GTK)
113
#if PLATFORM(GTK) && USE(ACCELERATED_COMPOSITING)
114
    WebCore::pageCache()->setShouldClearBackingStores(true);
114
    WebCore::pageCache()->setShouldClearBackingStores(true);
115
#endif
115
#endif
116
116

Return to bug 525072