Changeset 195153 in webkit


Ignore:
Timestamp:
Jan 15, 2016 3:22:45 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Fix build of RenderThemeGtk without VIDEO by including HTMLInputElement
https://bugs.webkit.org/show_bug.cgi?id=153133

Patch by Olivier Blin <Olivier Blin> on 2016-01-15
Reviewed by Michael Catanzaro.

Build was fine with VIDEO enabled, since HTMLInputElement.h was
included by transitivity through MediaControlElements.h and
MediaControlElementTypes.h.

This seems to be broken since r194847.

No new tests since this is just a build fix.

  • rendering/RenderThemeGtk.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r195152 r195153  
     12016-01-15  Olivier Blin  <olivier.blin@softathome.com>
     2
     3        [GTK] Fix build of RenderThemeGtk without VIDEO by including HTMLInputElement
     4        https://bugs.webkit.org/show_bug.cgi?id=153133
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        Build was fine with VIDEO enabled, since HTMLInputElement.h was
     9        included by transitivity through MediaControlElements.h and
     10        MediaControlElementTypes.h.
     11
     12        This seems to be broken since r194847.
     13
     14        No new tests since this is just a build fix.
     15
     16        * rendering/RenderThemeGtk.cpp:
     17
    1182016-01-15  Ryosuke Niwa  <rniwa@webkit.org>
    219
  • trunk/Source/WebCore/rendering/RenderThemeGtk.cpp

    r194955 r195153  
    3636#include "GraphicsContext.h"
    3737#include "GtkVersioning.h"
     38#include "HTMLInputElement.h"
    3839#include "HTMLMediaElement.h"
    3940#include "LocalizedStrings.h"
Note: See TracChangeset for help on using the changeset viewer.