1 | *************** |
---|
2 | *** 6328,6333 **** |
---|
3 | webcore_sources += \ |
---|
4 | Source/WebCore/plugins/PluginPackageNone.cpp \ |
---|
5 | Source/WebCore/plugins/PluginViewNone.cpp |
---|
6 | endif # END TARGET_WIN32 |
---|
7 | endif # END TARGET_X11_OR_WAYLAND |
---|
8 | |
---|
9 | --- 6328,6336 ---- |
---|
10 | webcore_sources += \ |
---|
11 | Source/WebCore/plugins/PluginPackageNone.cpp \ |
---|
12 | Source/WebCore/plugins/PluginViewNone.cpp |
---|
13 | + # in quartz mode include cairo widgetbackingstore implementation also |
---|
14 | + webcoregtk_sources += \ |
---|
15 | + Source/WebCore/platform/cairo/WidgetBackingStoreCairo.cpp |
---|
16 | endif # END TARGET_WIN32 |
---|
17 | endif # END TARGET_X11_OR_WAYLAND |
---|
18 | |
---|