Title: [106615] trunk/Source/WebCore
- Revision
- 106615
- Author
- [email protected]
- Date
- 2012-02-02 18:53:09 -0800 (Thu, 02 Feb 2012)
Log Message
[GTK] Make gtk+ symbols available to WidgetBackingStoreCairo.cpp
https://bugs.webkit.org/show_bug.cgi?id=77679
WidgetBackingStoreCairo.cpp uses GTK+ symbols, so we need it in
webcoregtk_sources instead of webcore_sources.
Patch by Kalev Lember <[email protected]> on 2012-02-02
Reviewed by Martin Robinson.
* GNUmakefile.list.am: Move WidgetBackingStoreCairo.cpp to webcoregtk.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (106614 => 106615)
--- trunk/Source/WebCore/ChangeLog 2012-02-03 02:52:47 UTC (rev 106614)
+++ trunk/Source/WebCore/ChangeLog 2012-02-03 02:53:09 UTC (rev 106615)
@@ -1,3 +1,15 @@
+2012-02-02 Kalev Lember <[email protected]>
+
+ [GTK] Make gtk+ symbols available to WidgetBackingStoreCairo.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=77679
+
+ WidgetBackingStoreCairo.cpp uses GTK+ symbols, so we need it in
+ webcoregtk_sources instead of webcore_sources.
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.list.am: Move WidgetBackingStoreCairo.cpp to webcoregtk.
+
2012-02-02 Shinya Kawanaka <[email protected]>
StyleRecalc should occur when shadow root exists and light children are changed.
Modified: trunk/Source/WebCore/GNUmakefile.list.am (106614 => 106615)
--- trunk/Source/WebCore/GNUmakefile.list.am 2012-02-03 02:52:47 UTC (rev 106614)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2012-02-03 02:53:09 UTC (rev 106615)
@@ -4568,12 +4568,13 @@
webcore_sources += \
Source/WebCore/platform/ScrollAnimatorWin.cpp \
Source/WebCore/platform/ScrollAnimatorWin.h \
- Source/WebCore/platform/cairo/WidgetBackingStoreCairo.cpp \
Source/WebCore/platform/win/SystemInfo.cpp \
Source/WebCore/platform/win/SystemInfo.h \
Source/WebCore/plugins/win/PluginDatabaseWin.cpp \
Source/WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
Source/WebCore/plugins/win/PluginMessageThrottlerWin.h
+webcoregtk_sources += \
+ Source/WebCore/platform/cairo/WidgetBackingStoreCairo.cpp
endif
# ----
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes