Merge "Cherry-pick https://android-git.corp.google.com/g/#change,38305" into froyo
This commit is contained in:
@@ -1752,9 +1752,9 @@ final class WebViewCore {
|
|||||||
|
|
||||||
final DrawFilter mZoomFilter =
|
final DrawFilter mZoomFilter =
|
||||||
new PaintFlagsDrawFilter(ZOOM_BITS, Paint.LINEAR_TEXT_FLAG);
|
new PaintFlagsDrawFilter(ZOOM_BITS, Paint.LINEAR_TEXT_FLAG);
|
||||||
final DrawFilter mScrollFilter = null;
|
// If we need to trade better quality for speed, set mScrollFilter to null
|
||||||
// If we need to trade more speed for less quality on slower devices
|
final DrawFilter mScrollFilter =
|
||||||
// use this: new PaintFlagsDrawFilter(SCROLL_BITS, 0);
|
new PaintFlagsDrawFilter(SCROLL_BITS, 0);
|
||||||
|
|
||||||
/* package */ void drawContentPicture(Canvas canvas, int color,
|
/* package */ void drawContentPicture(Canvas canvas, int color,
|
||||||
boolean animatingZoom,
|
boolean animatingZoom,
|
||||||
|
|||||||
Reference in New Issue
Block a user