summaryrefslogtreecommitdiff
path: root/core/fxge/ge/cfx_graphstate.cpp
AgeCommit message (Collapse)Author
2016-09-06Move CPDF_GraphState to CFX_GraphStatetsepez
The FX layer is spying on its private data, so make the job of ref-counting it live in FX as well, instead of up a layer at pdfapi. Pre-cursor to making this private and passing the graph state itself everywhere. Review-Url: https://codereview.chromium.org/2314223002