Bug 52202 - [GTK] minimal build breaks in RenderThemeGtk3
Summary: [GTK] minimal build breaks in RenderThemeGtk3
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-11 03:10 PST by Philippe Normand
Modified: 2011-01-12 01:28 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (1.64 KB, patch)
2011-01-11 03:14 PST, Philippe Normand
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-01-11 03:10:16 PST
missing if ENABLE(VIDEO) guards in RenderThemeGtk::initMediaColors()
Comment 1 Philippe Normand 2011-01-11 03:14:32 PST
Created attachment 78508 [details]
proposed patch
Comment 2 Eric Seidel (no email) 2011-01-11 11:52:08 PST
Comment on attachment 78508 [details]
proposed patch

Does this need to check AUDIO as well? or is that part of VIDEO?
Comment 3 Philippe Normand 2011-01-12 01:26:13 PST
(In reply to comment #2)
> (From update of attachment 78508 [details])
> Does this need to check AUDIO as well? or is that part of VIDEO?

You mean WEB_AUDIO? No, I think this is not directly related with the media elements.
Comment 4 Philippe Normand 2011-01-12 01:28:15 PST
Committed r75591: <http://trac.webkit.org/changeset/75591>