Bug 116583 - [WinCE,WinCairo] RenderThemeWin.cpp need to include FrameSelection.h
Summary: [WinCE,WinCairo] RenderThemeWin.cpp need to include FrameSelection.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 16:54 PDT by Mark Salisbury
Modified: 2013-06-05 14:33 PDT (History)
3 users (show)

See Also:


Attachments
Proposed fix (992 bytes, patch)
2013-05-21 16:58 PDT, Mark Salisbury
no flags Details | Formatted Diff | Diff
Proposed fix (1007 bytes, patch)
2013-05-21 17:16 PDT, Mark Salisbury
bfulgham: review+
Details | Formatted Diff | Diff
Proposed fix (1006 bytes, patch)
2013-06-04 07:33 PDT, Mark Salisbury
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Salisbury 2013-05-21 16:54:59 PDT
Not sure how recently this was introduced - I think WinCairo does not generally build RenderThemeWin.cpp anymore.
Anyway, FrameSelection is undefined, probably because it was removed from an upstream include file recently.
Comment 1 Mark Salisbury 2013-05-21 16:58:22 PDT
Created attachment 202478 [details]
Proposed fix

Simple build fix
Comment 2 WebKit Commit Bot 2013-05-21 17:00:53 PDT
Attachment 202478 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/rendering/RenderThemeWin.cpp']" exit_code: 1
Source/WebCore/rendering/RenderThemeWin.cpp:37:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Mark Salisbury 2013-05-21 17:16:25 PDT
Created attachment 202480 [details]
Proposed fix

Added header file in proper alphabetical order.
Comment 4 Brent Fulgham 2013-05-31 22:47:37 PDT
Comment on attachment 202480 [details]
Proposed fix

r=me
Comment 5 Mark Salisbury 2013-06-04 07:33:34 PDT
Created attachment 203695 [details]
Proposed fix

Added Brent Fulgham as reviewer.  Thanks Brent.
Comment 6 Brent Fulgham 2013-06-05 14:28:37 PDT
Comment on attachment 203695 [details]
Proposed fix

r=me
Comment 7 WebKit Commit Bot 2013-06-05 14:33:29 PDT
Comment on attachment 203695 [details]
Proposed fix

Clearing flags on attachment: 203695

Committed r151239: <http://trac.webkit.org/changeset/151239>
Comment 8 WebKit Commit Bot 2013-06-05 14:33:31 PDT
All reviewed patches have been landed.  Closing bug.