From 2fc2651226baac27029e38c9d6ef883fa32084db Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 18 May 2011 13:36:51 +0100 Subject: Merge WebKit at r78450: Initial merge by git. Change-Id: I6d3e5f1f868ec266a0aafdef66182ddc3f265dc1 --- Source/WebCore/platform/graphics/ContextShadow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/WebCore/platform/graphics/ContextShadow.h') diff --git a/Source/WebCore/platform/graphics/ContextShadow.h b/Source/WebCore/platform/graphics/ContextShadow.h index a1fba5c..c0571f0 100644 --- a/Source/WebCore/platform/graphics/ContextShadow.h +++ b/Source/WebCore/platform/graphics/ContextShadow.h @@ -68,6 +68,8 @@ typedef void* PlatformContext; // This class should be copyable since GraphicsContextQt keeps a stack of // the shadow state for savePlatformState and restorePlatformState. +// This class is Deprecated. Platforms should migrate to ShadowBlur. + class ContextShadow { public: enum { -- cgit v1.1