From fbd8f69a84163ef1cf52b07966320caf448c2bc9 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 26 Jun 2009 14:51:58 -0700 Subject: Fixes #1946141. Introduce new caching API to control scaling. This change fixes issues with existing applications that access the drawing cache directly. The API now lets application choose whether they want to get a scaled drawing cache or not. The framework relies on the scaled cache for quality purposes. --- api/current.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'api') diff --git a/api/current.xml b/api/current.xml index 3c58ded..673d053 100644 --- a/api/current.xml +++ b/api/current.xml @@ -139488,6 +139488,19 @@ visibility="public" > + + + + + + + +