summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestsAutoTest.java
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2010-02-23 10:50:38 -0500
committerCary Clark <cary@android.com>2010-02-25 08:38:48 -0500
commit2ec30697c6cc6812dfaeb9a2e7d1da0443aeb8e6 (patch)
treeb64ee2243c9010e59f7eb702c7e1c9a3a6c8ce7f /tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestsAutoTest.java
parent6a4472f4d5513a69665811115c56f63e5f3935fe (diff)
refactor drawing to support layers
Drawing elements that appear atop or below layers need to be drawn both in the proper order and with the correct canvas to respect clipping and the matrix. The logic of what to draw is still in WebView.java, but the actual drawing calls are now triggered inside the layer code. This still draws layers incorrectly after drawing the history; will fix this in a future CL. Move drawing to WebView.cpp. Use inverseScale to simplify viewPort metrics. Remove root layer; let WebView.cpp handle it exclusively. Requires companion fix in external/webkit. http://b/2457316 http://b/2454127 http://b/2454149
Diffstat (limited to 'tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestsAutoTest.java')
0 files changed, 0 insertions, 0 deletions