Changeset 83445 in webkit


Ignore:
Timestamp:
Apr 11, 2011 9:32:36 AM (13 years ago)
Author:
Dimitri Glazkov
Message:

2011-04-11 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Martin Robinson.

REGRESSION(r83397): Most GTK media controls are hidden when no valid source is specified
https://bugs.webkit.org/show_bug.cgi?id=58204

Covered by existing tests.

  • platform/gtk/RenderThemeGtk.h: (WebCore::RenderThemeGtk::hasOwnDisabledStateHandlingFor): Let GTK handle

the the state of media controls.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r83444 r83445  
     12011-04-11  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Reviewed by Martin Robinson.
     4
     5        REGRESSION(r83397): Most GTK media controls are hidden when no valid source is specified
     6        https://bugs.webkit.org/show_bug.cgi?id=58204
     7
     8        Covered by existing tests.
     9
     10        * platform/gtk/RenderThemeGtk.h:
     11        (WebCore::RenderThemeGtk::hasOwnDisabledStateHandlingFor): Let GTK handle
     12            the the state of media controls.
     13
    1142011-04-11  Dimitri Glazkov  <dglazkov@chromium.org>
    215
  • trunk/Source/WebCore/platform/gtk/RenderThemeGtk.h

    r80783 r83445  
    148148    void initMediaButtons();
    149149    void adjustMediaSliderThumbSize(RenderObject*) const;
     150    virtual bool hasOwnDisabledStateHandlingFor(ControlPart) const { return true; }
    150151    virtual bool paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&);
    151152    virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&);
Note: See TracChangeset for help on using the changeset viewer.