From cc2b38d41141a939c7ef73c0066418b8d823c681 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 30 Aug 2017 17:11:19 -0400 Subject: Split IFX_Pause out of fx_basic This CL moves IFX_Pause out to its own class from fx_basic and updates includes as needed. Change-Id: Iebdd183d8c85aa17570f190f1a7d1602c0af3c8b Reviewed-on: https://pdfium-review.googlesource.com/12491 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- core/fxge/dib/cstretchengine.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/fxge/dib/cstretchengine.h') diff --git a/core/fxge/dib/cstretchengine.h b/core/fxge/dib/cstretchengine.h index 049059361e..dd207af30d 100644 --- a/core/fxge/dib/cstretchengine.h +++ b/core/fxge/dib/cstretchengine.h @@ -13,6 +13,7 @@ #include "core/fxcrt/fx_coordinates.h" #include "core/fxge/fx_dib.h" +class IFX_PauseIndicator; class IFX_ScanlineComposer; class CStretchEngine { @@ -26,10 +27,10 @@ class CStretchEngine { int flags); ~CStretchEngine(); - bool Continue(IFX_Pause* pPause); + bool Continue(IFX_PauseIndicator* pPause); bool StartStretchHorz(); - bool ContinueStretchHorz(IFX_Pause* pPause); + bool ContinueStretchHorz(IFX_PauseIndicator* pPause); void StretchVert(); class CWeightTable { -- cgit v1.2.3