summaryrefslogtreecommitdiffstats
path: root/content/browser/BUILD.gn
diff options
context:
space:
mode:
authorisheriff <isheriff@chromium.org>2015-11-10 15:46:57 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-10 23:48:02 +0000
commit727606cdcd89919585d5decf3579ef427adced98 (patch)
tree3da2cc85edfd40f4cb401bdac1eb8551f4d2921a /content/browser/BUILD.gn
parentd959bac51b3b59b8f9c4a3c77dcf309155a209c4 (diff)
downloadchromium_src-727606cdcd89919585d5decf3579ef427adced98.zip
chromium_src-727606cdcd89919585d5decf3579ef427adced98.tar.gz
chromium_src-727606cdcd89919585d5decf3579ef427adced98.tar.bz2
cast: support cursor rendering for tab capture
This refactors the current cursor rendering being done by aura window capture machine and adds support for mouse cursor display for both window/desktop and tab mirroring In cast of tab capture, the mouse is rendered only when user is interacting with the tab being mirrored and stops showing when user stops interacting. BUG=550555 Review URL: https://codereview.chromium.org/1412173003 Cr-Commit-Position: refs/heads/master@{#358958}
Diffstat (limited to 'content/browser/BUILD.gn')
-rw-r--r--content/browser/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index b05a0c84..64a9267 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -421,6 +421,8 @@ source_set("browser") {
]
} else { # Not aura.
sources -= [
+ "media/capture/cursor_renderer_aura.cc",
+ "media/capture/cursor_renderer_aura.h",
"renderer_host/compositor_resize_lock_aura.cc",
"renderer_host/compositor_resize_lock_aura.h",
"renderer_host/input/synthetic_gesture_target_aura.cc",