OSDN Git Service

DO NOT MERGE Fix issue with zooming in/out quickly
authorJohn Reck <jreck@google.com>
Thu, 5 May 2011 19:59:45 +0000 (12:59 -0700)
committerJohn Reck <jreck@google.com>
Thu, 5 May 2011 21:33:02 +0000 (14:33 -0700)
commitf6212c6ac04ce5394d1f7464c0cbd9b118e5fa14
treef70b47c4d47996053835e5d521e50a1c1ed8b346
parent2d60bef786645e5b9e2da0e8374d3f06a40d0638
DO NOT MERGE Fix issue with zooming in/out quickly

 Fixes an issue where BaseLayer would get stuck in a state
 trying to prepare the next page, but no longer needed to prepare
 a new page. This is caused by setting kWillScheduleRequest, but
 then the user zooming back to the starting scale.

Change-Id: I4717482e451e3b9ce74b4cc431d7cec6760d1012
WebCore/platform/graphics/android/BaseLayerAndroid.cpp