summaryrefslogtreecommitdiff
path: root/android_webview/android_webview_common.target.darwin-arm.mk
diff options
context:
space:
mode:
authorHui Shu <hush@google.com>2014-07-31 10:36:20 -0700
committerBo Liu <boliu@google.com>2014-07-31 15:26:37 -0700
commitf4933c2d2f8300a84cd1cd69e0ecb40f3b807f06 (patch)
tree8ad47ff39c6e6c6e3201fababad8eaa3820154fc /android_webview/android_webview_common.target.darwin-arm.mk
parent4f36274923812559cd9719083348de11daa9a3f2 (diff)
downloadchromium_org-f4933c2d2f8300a84cd1cd69e0ecb40f3b807f06.tar.gz
Tile priority in Android WebView
Cherry pick of chromium r286731 Conflicts: cc/layers/picture_layer_impl_unittest.cc Original Description: Tiling priorities in Android Webview. Use the parent compositor's clip and transform for tile priorities in child compositor. When the transform matrix changes in parent compositor (hardware_renderer.cc), it posts the matrix and the clip to the child compositor. (The parent clip is in screen space and the parent matrix transforms from webview space to screen space) Child compositor will use them for tile prioritization. In child compositor during updating tile priority, the clip from parent is transformed from screen space to view space, then from view space to content space. Then the result rect will intersect with content_bounds() and the intersection is used as tile priority input. BUG:15771042 Change-Id: I3d1625f46649f032215810729d24717e5faceff7
Diffstat (limited to 'android_webview/android_webview_common.target.darwin-arm.mk')
-rw-r--r--android_webview/android_webview_common.target.darwin-arm.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/android_webview_common.target.darwin-arm.mk b/android_webview/android_webview_common.target.darwin-arm.mk
index e19a13b48f..9f3b0ce22d 100644
--- a/android_webview/android_webview_common.target.darwin-arm.mk
+++ b/android_webview/android_webview_common.target.darwin-arm.mk
@@ -62,6 +62,7 @@ LOCAL_SRC_FILES := \
android_webview/browser/net/aw_url_request_job_factory.cc \
android_webview/browser/net_disk_cache_remover.cc \
android_webview/browser/net/input_stream_reader.cc \
+ android_webview/browser/parent_compositor_draw_constraints.cc \
android_webview/browser/parent_output_surface.cc \
android_webview/browser/renderer_host/aw_render_view_host_ext.cc \
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc \