From 64e4b265f84573b97d408f7d3e5aa99a647be057 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Mon, 2 Apr 2012 16:16:59 -0700 Subject: Implements a recording GraphicsContext Change-Id: I41feadb23dce25af321331c459eb159c6141831b --- Source/WebKit/android/jni/WebViewCore.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/WebKit/android/jni/WebViewCore.h') diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h index 23568bb..99a13f3 100644 --- a/Source/WebKit/android/jni/WebViewCore.h +++ b/Source/WebKit/android/jni/WebViewCore.h @@ -53,6 +53,7 @@ namespace WebCore { class Color; + class GraphicsOperationCollection; class FrameView; class HTMLAnchorElement; class HTMLElement; @@ -641,6 +642,9 @@ namespace android { void recordPictureSet(PictureSet* master); SkPicture* rebuildPicture(const SkIRect& inval); +#ifdef CONTEXT_RECORDING + WebCore::GraphicsOperationCollection* rebuildGraphicsOperationCollection(const SkIRect& inval); +#endif void rebuildPictureSet(PictureSet* ); void sendNotifyProgressFinished(); /* -- cgit v1.1