summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorbajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-15 22:20:09 +0000
committerbajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-15 22:20:09 +0000
commitc9bc8f1104914818e054b7f9f2b928ce78bc9dd8 (patch)
tree65db09fb71c6f73383285b406fe25aaf7d206dc9 /content/DEPS
parentd72acb0dd473cd8dd0d3d420e22a03c766d76623 (diff)
downloadchromium_src-c9bc8f1104914818e054b7f9f2b928ce78bc9dd8.zip
chromium_src-c9bc8f1104914818e054b7f9f2b928ce78bc9dd8.tar.gz
chromium_src-c9bc8f1104914818e054b7f9f2b928ce78bc9dd8.tar.bz2
Implemented GetWindowSnapshot on RenderViewImpl
This necessitated the relocation of the previous chrome::GrabWindowSnapshot code to ui/snapshot, which has been turned into it's own component to avoid circular dependencies with aura. A new variant of GrabWindowSnapshot, GrabViewSnapshot, has been added as well to facilitate easier usage by views. chrome::GrabWindowSnapshotForUser was left in place to accomodate existing calls to the API, but now calls up to the ui/snapshot code. This is a subset of the prior CL 11362023, which has been broken apart to facilitate easier reviews BUG=157479 Review URL: https://chromiumcodereview.appspot.com/11399002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS
index 09dd65b..0362df1 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -57,6 +57,7 @@ include_rules = [
"+ui/gfx",
"+ui/gl",
"+ui/native_theme",
+ "+ui/snapshot",
"+ui/surface",
# Content knows about grd files, but the specifics of how to get a resource
# given its id is left to the embedder.