From abc88d26365efa14b58d26ca3b8fbfb58a7dcbad Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Mon, 6 Feb 2017 09:26:49 -0500 Subject: SkXPS: Begin refactoring SkXPSDevice A later CL will move all document-level fields and methods into SkXPSDocument. * SkXPSDocument cnstructor requires a xps factory ptr. * All device layers share ownership of a single factory. * renames SkDocument_XPS to the easier-to-say SkXPSDocument. * Moves autocoinitialize to DM. TODO: pipe the IXpsOMObjectFactory* into the SkDocument api. No change in rendered documents. Change-Id: I8a4680a3603951b1ce5f6c1de48714d4902061a9 Reviewed-on: https://skia-review.googlesource.com/7998 Reviewed-by: Ben Wagner Commit-Queue: Hal Canary --- gn/xps.gni | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn/xps.gni') diff --git a/gn/xps.gni b/gn/xps.gni index d551f9f687..570b5730a1 100644 --- a/gn/xps.gni +++ b/gn/xps.gni @@ -7,7 +7,8 @@ _src = get_path_info("../src", "abspath") skia_xps_sources = [ - "$_src/xps/SkDocument_XPS.cpp", + "$_src/xps/SkXPSDocument.cpp", + "$_src/xps/SkXPSDocument.h", "$_src/xps/SkXPSDevice.cpp", "$_src/xps/SkXPSDevice.h", "$_src/xps/SkDocument_XPS_None.cpp", -- cgit v1.2.3