Changeset 77605 in webkit


Ignore:
Timestamp:
Feb 3, 2011 9:45:44 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-02-03 Andrew Wason <rectalogic@rectalogic.com>

Reviewed by Kenneth Russell.

Change ENABLE_3D_CANVAS to ENABLE_WEBGL
https://bugs.webkit.org/show_bug.cgi?id=53714

  • Scripts/build-webkit: change --3d-canvas build option to set ENABLE_WEBGL
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r77603 r77605  
     12011-02-03  Andrew Wason  <rectalogic@rectalogic.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        Change ENABLE_3D_CANVAS to ENABLE_WEBGL
     6        https://bugs.webkit.org/show_bug.cgi?id=53714
     7
     8        * Scripts/build-webkit: change --3d-canvas build option
     9          to set ENABLE_WEBGL
     10
    1112011-02-03  Hayato Ito  <hayato@chromium.org>
    212
  • trunk/Tools/Scripts/build-webkit

    r77394 r77605  
    118118
    119119my @features = (
    120     { option => "3d-canvas", desc => "Toggle 3D canvas support",
    121       define => "ENABLE_3D_CANVAS", default => (isAppleMacWebKit() && !isTiger() && !isLeopard()), value => \$threeDCanvasSupport },
     120    { option => "3d-canvas", desc => "Toggle 3D canvas (WebGL) support",
     121      define => "ENABLE_WEBGL", default => (isAppleMacWebKit() && !isTiger() && !isLeopard()), value => \$threeDCanvasSupport },
    122122
    123123    { option => "3d-rendering", desc => "Toggle 3D rendering support",
Note: See TracChangeset for help on using the changeset viewer.