Changeset 106615 in webkit


Ignore:
Timestamp:
Feb 2, 2012 6:53:09 PM (12 years ago)
Author:
commit-queue@webkit.org
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 <kalevlember@gmail.com> on 2012-02-02
Reviewed by Martin Robinson.

  • GNUmakefile.list.am: Move WidgetBackingStoreCairo.cpp to webcoregtk.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r106613 r106615  
     12012-02-02  Kalev Lember  <kalevlember@gmail.com>
     2
     3        [GTK] Make gtk+ symbols available to WidgetBackingStoreCairo.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=77679
     5
     6        WidgetBackingStoreCairo.cpp uses GTK+ symbols, so we need it in
     7        webcoregtk_sources instead of webcore_sources.
     8
     9        Reviewed by Martin Robinson.
     10
     11        * GNUmakefile.list.am: Move WidgetBackingStoreCairo.cpp to webcoregtk.
     12
    1132012-02-02  Shinya Kawanaka  <shinyak@google.com>
    214
  • trunk/Source/WebCore/GNUmakefile.list.am

    r106537 r106615  
    45694569        Source/WebCore/platform/ScrollAnimatorWin.cpp \
    45704570        Source/WebCore/platform/ScrollAnimatorWin.h \
    4571         Source/WebCore/platform/cairo/WidgetBackingStoreCairo.cpp \
    45724571        Source/WebCore/platform/win/SystemInfo.cpp \
    45734572        Source/WebCore/platform/win/SystemInfo.h \
     
    45754574        Source/WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
    45764575        Source/WebCore/plugins/win/PluginMessageThrottlerWin.h
     4576webcoregtk_sources += \
     4577        Source/WebCore/platform/cairo/WidgetBackingStoreCairo.cpp
    45774578endif
    45784579
Note: See TracChangeset for help on using the changeset viewer.