Bug 77777 - [chromium] Refactor CCPluginLayer Shader Boilerplate
Summary: [chromium] Refactor CCPluginLayer Shader Boilerplate
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-03 14:03 PST by Tim Dresser
Modified: 2013-04-12 08:29 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Dresser 2012-02-03 14:03:20 PST
CCPluginLayerImpl.h has four ProgramBindings:
- Program
- ProgramFlip
- TexRectProgram
- TexRectProgramFlip

These should be merged into one.

CCLayerRendererChromium.cpp has two PluginProgramBindings:
- TexStretchPluginProgramBinding
- TexTransformPluginProgramBinding

These should also be merged.
Comment 1 Ryosuke Niwa 2012-02-03 14:28:53 PST
Bug 77777!