Bug 77777
Summary: | [chromium] Refactor CCPluginLayer Shader Boilerplate | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Dresser <tdresser> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | enne, rniwa, schenney, tdresser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Tim Dresser
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Bug 77777!
Stephen Chenney
https://code.google.com/p/chromium/issues/detail?id=230847