Bug 153012 - Fix unused-private-field warnings in DisplayListItems.h
Summary: Fix unused-private-field warnings in DisplayListItems.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 145121
  Show dependency treegraph
 
Reported: 2016-01-12 07:22 PST by Csaba Osztrogonác
Modified: 2016-01-12 08:47 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.27 KB, patch)
2016-01-12 07:32 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2016-01-12 07:22:19 PST
../../Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:684:23: warning: private field 'm_op' is not used [-Wunused-private-field]
    CompositeOperator m_op;
                      ^
../../Source/WebCore/platform/graphics/displaylists/DisplayListItems.h:685:15: warning: private field 'm_blendMode' is not used [-Wunused-private-field]
    BlendMode m_blendMode;
              ^
2 warnings generated.
Comment 1 Csaba Osztrogonác 2016-01-12 07:32:19 PST
Created attachment 268767 [details]
Patch
Comment 2 WebKit Commit Bot 2016-01-12 08:47:29 PST
Comment on attachment 268767 [details]
Patch

Clearing flags on attachment: 268767

Committed r194892: <http://trac.webkit.org/changeset/194892>
Comment 3 WebKit Commit Bot 2016-01-12 08:47:32 PST
All reviewed patches have been landed.  Closing bug.